@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

picture, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  margin: 0;
  overflow-x: hidden;
  font-family: "Helvetica", "Arial", "Helvetica Neue", "Oswald", "Noto Sans JP", sans-serif; /* 最終フォールバック */
}
.body {
  position: relative;
}

p {
  margin-top: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: #3DB700;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #4eea00;
  text-decoration: underline;
}
a:visited {
  color: #2c8400;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

header {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    height: 100px;
  }
}
@media screen and (max-width: 990px) {
  header {
    height: 80px;
  }
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 0;
}
@media screen and (max-width: 1559px) {
  .header-container {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 990px) {
  .header-container {
    padding: 15px;
  }
}
.header-container .logo {
  line-height: 1;
}
@media print, screen and (min-width: 991px) {
  .header-container .logo img {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 990px) {
  .header-container .logo img {
    width: 100;
  }
}
.header-container .hamburger {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #7FE000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 991px) {
  .header-container .hamburger {
    display: none;
  }
}
.header-container .hamburger .line {
  display: block;
  width: 20px; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background-color: #444;
  border-radius: 1.5px;
  margin: 2px 0; /* 線同士の間隔 */
}
.header-container .hamburger.is-open .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header-container .hamburger.is-open .line:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.header-container .hamburger.is-open .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

@media screen and (max-width: 990px) {
  .nav-global {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 80px);
    background: #ECF0F1;
    z-index: 9999;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.nav-global ul.menu-list a {
  display: block;
  color: #000;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}
.nav-global ul.menu-list a:hover, .nav-global ul.menu-list a:active, .nav-global ul.menu-list a:focus {
  color: black;
  text-decoration: none;
}
.nav-global ul.menu-list a:visited {
  color: black;
}
@media screen and (max-width: 990px) {
  .nav-global ul.menu-list li.menu-item::after {
    content: "";
    position: relative;
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 1px solid #454548;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.nav-global ul.menu-list li.menu-item a.menu-toggle .icon-arrow {
  position: absolute;
  right: 10px;
  top: 37%;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  background: url(../img/icon_plus.svg) no-repeat 0 0;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle .icon-arrow {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle.is-open {
    background: #D0E8C5;
  }
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open .icon-arrow {
  background: url(../img/icon_minus.svg) no-repeat 0 0;
  margin-top: 5px;
}
.nav-global ul.menu-list li.menu-item a.menu-main {
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 991px) and (max-width: 1320px) {
  .nav-global ul.menu-list li.menu-item a.menu-main {
    font-size: 80%;
  }
}
@media screen and (max-width: 990px) {
  .nav-global ul.menu-list li.menu-item a.menu-main {
    padding-left: 12px;
    color: #000;
    text-decoration: none;
    padding: 15px;
  }
  .nav-global ul.menu-list li.menu-item a.menu-main:hover, .nav-global ul.menu-list li.menu-item a.menu-main:active, .nav-global ul.menu-list li.menu-item a.menu-main:focus {
    color: black;
    text-decoration: none;
  }
  .nav-global ul.menu-list li.menu-item a.menu-main:visited {
    color: black;
  }
}
.nav-global ul.menu-list li.menu-item .submenu {
  display: none;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item .submenu {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: calc(100vh - 100px);
    opacity: 0.9;
    background: var(--GRAY_kawasaki, #454548);
    color: #fff;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item .submenu .submenu-container {
    margin-left: 79px;
    max-width: 1190px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1320px) {
  .nav-global ul.menu-list li.menu-item .submenu .submenu-container {
    margin-right: 60px;
    font-size: 90%;
  }
}
.nav-global ul.menu-list li.menu-item .submenu .submenu-title {
  margin-top: 105px;
}
@media screen and (max-width: 990px) {
  .nav-global ul.menu-list li.menu-item .submenu .submenu-title {
    display: none;
  }
}
.nav-global ul.menu-list li.menu-item .submenu .submenu-title .title {
  font-size: 32px;
  font-weight: bold;
}
.nav-global ul.menu-list li.menu-item .submenu .submenu-title .link-top {
  margin-top: 30px;
}
.nav-global ul.menu-list li.menu-item .submenu .submenu-title .link-top a {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url(../img/icon_arrow03.svg) no-repeat 95% 50%;
  display: inline-block;
  width: auto;
  padding-right: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav-global ul.menu-list li.menu-item .submenu .submenu-title .link-top a:hover, .nav-global ul.menu-list li.menu-item .submenu .submenu-title .link-top a:active, .nav-global ul.menu-list li.menu-item .submenu .submenu-title .link-top a:focus {
  color: white;
  text-decoration: none;
}
.nav-global ul.menu-list li.menu-item .submenu .submenu-title .link-top a:visited {
  color: white;
}
.nav-global ul.menu-list li.menu-item .submenu .submenu-title .link-top a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-position: 100% 50%;
  color: #6C3;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item .submenu ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    margin-top: 50px;
  }
}
.nav-global ul.menu-list li.menu-item .submenu ul li a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  padding: 15px 20px;
}
.nav-global ul.menu-list li.menu-item .submenu ul li a:hover, .nav-global ul.menu-list li.menu-item .submenu ul li a:active, .nav-global ul.menu-list li.menu-item .submenu ul li a:focus {
  color: black;
  text-decoration: none;
}
.nav-global ul.menu-list li.menu-item .submenu ul li a:visited {
  color: black;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item .submenu ul li a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 25px 15px;
    display: block;
    border-bottom: 1px solid #fff;
    background: url(../img/icon_arrow03.svg) no-repeat 98% 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav-global ul.menu-list li.menu-item .submenu ul li a:hover, .nav-global ul.menu-list li.menu-item .submenu ul li a:active, .nav-global ul.menu-list li.menu-item .submenu ul li a:focus {
    color: white;
    text-decoration: none;
  }
  .nav-global ul.menu-list li.menu-item .submenu ul li a:visited {
    color: white;
  }
}
.nav-global ul.menu-list li.menu-item .submenu ul li a:hover {
  color: #3DB700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-position: 100% 50%;
}

@media print, screen and (min-width: 991px) {
  main {
    margin-top: 100px;
  }
}

.breadcrumb {
  font-size: 13px;
  font-weight: 700;
  padding-top: 36px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.breadcrumb ol li.home {
  background: url(../img/icon_home.svg) no-repeat 0 50%;
  padding-left: 17px;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #000;
}
.breadcrumb ol li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}
.breadcrumb ol li .home-icon {
  width: 1em;
  height: 1em;
  margin-right: 6px;
  vertical-align: middle;
}

.container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1559px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}

.narrow-container {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1151px) {
  .narrow-container {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .narrow-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}

.sec-normal {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .sec-normal {
    padding: 60px 0;
  }
}

.low-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .low-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .col-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .col-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 120px) / 4);
            flex: 0 0 calc((100% - 120px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .col-3 {
    -ms-flex-preferred-size: calc((100% - 12px) / 2);
        flex-basis: calc((100% - 12px) / 2);
  }
}

@media print, screen and (min-width: 768px) {
  .gap-60-pc {
    gap: 60px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .gap-40-pc {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .gap-12-sp {
    gap: 40px 12px;
  }
}

footer {
  background: #231815;
  color: #fff;
  padding: 100px 0 25px;
}
@media screen and (max-width: 990px) {
  footer {
    padding-bottom: 0;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  color: white;
  text-decoration: none;
}
footer a:visited {
  color: white;
}

@media print, screen and (min-width: 991px) {
  .nav-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 85px;
  }
}
.nav-footer .logo-footer {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nav-footer .logo-footer {
    text-align: center;
    margin-bottom: 60px;
  }
}
.nav-footer .logo-footer img {
  width: 200px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer .menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 85px;
    width: 100%;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.menu-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 170px) / 3);
            flex: 0 0 calc((100% - 170px) / 3);
  }
}
@media print, screen and (min-width: 991px) {
  .nav-footer li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 30px;
  }
}
.nav-footer li.menu-item a.menu-toggle, .nav-footer li.menu-item a.menu-toggle-not {
  font-size: 16px;
  line-height: 125%;
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .nav-footer li.menu-item a.menu-toggle, .nav-footer li.menu-item a.menu-toggle-not {
    border-bottom: 1px solid #454548;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 23px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav-footer li.menu-item a.menu-toggle .icon-arrow::after, .nav-footer li.menu-item a.menu-toggle-not .icon-arrow::after {
  content: "+";
  display: block;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
@media print, screen and (min-width: 991px) {
  .nav-footer li.menu-item a.menu-toggle .icon-arrow, .nav-footer li.menu-item a.menu-toggle-not .icon-arrow {
    display: none;
  }
}
.nav-footer li.menu-item a.menu-toggle.is-open .icon-arrow::after, .nav-footer li.menu-item a.menu-toggle-not.is-open .icon-arrow::after {
  content: "";
  border-top: 2px solid #fff;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  margin-top: 10px;
}
.nav-footer ul.submenu {
  padding-left: 10px;
}
@media screen and (max-width: 990px) {
  .nav-footer ul.submenu {
    display: none;
  }
}
.nav-footer ul.submenu li {
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-footer ul.submenu li::before {
  content: "—";
  color: #fff;
  margin-right: 0.5em;
}
.nav-footer ul.submenu li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0;
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu li a {
    font-weight: normal;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer ul.submenu li a {
    padding: 10px 20px 10px 0px;
  }
}
@media screen and (max-width: 479px) {
  .nav-footer li.menu-item.light ul.submenu {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .nav-footer li.menu-item.light ul.submenu a {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #454548;
    padding: 11px 20px 20px 15px;
  }
}
.footer-sns .company {
  font-weight: 700;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer-sns .company {
    text-align: center;
  }
}
.footer-sns .copy {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-sns .copy {
    font-weight: 700;
  }
}
.footer-sns ul.nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 990px) {
  .footer-sns ul.nav-sns {
    padding: 20px 30px;
  }
}
.footer-sns ul.nav-sns li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#btn-scroll-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  background: transparent;
  border: 0;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #btn-scroll-top {
    right: 20px;
    bottom: 37px;
  }
}

.h2-01 {
  color: #454548;
  font-family: "Arial Black", sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 180%;
  position: relative;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .h2-01 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: 0px;
    line-height: 125%;
  }
}
.h2-01::after {
  content: "";
  height: 8px;
  background-color: #4caf50;
  border-radius: 10px;
  width: 236.5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .h2-01::after {
    height: 6px;
    width: 200px;
    margin-top: 10px;
  }
}
.h2-01.center {
  text-align: center;
}
.h2-01.center::after {
  margin-left: auto;
  margin-right: auto;
}

.h2-02 {
  text-align: center;
  font-family: "YuGothic", sans-serif;
  padding: 60px 0;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .h2-02 {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 40px 0;
  }
}
.h2-02:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 8px;
  background: #6C3;
  content: "";
  border-radius: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .h2-02:after {
    height: 6px;
    width: 133.506px;
  }
}
@media print, screen and (min-width: 768px) {
  .h2-02.long:after {
    width: 573.875px;
  }
}

.h3-01 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 50px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .h3-01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.h3-01.small {
  font-size: 20px;
  font-size: 2rem;
}
.h3-02 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #6C3;
  margin-top: 40px;
}
.h3-03 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px; /* 文字とラインの間隔 */
  font-weight: 700;
  font-size: 1.75rem; /* お好みで */
  line-height: 1.3;
  font-size: 20px;
  font-size: 2rem;
  font-family: "YuGothic", sans-serif;
}
/* ベースのグレーライン（全幅） */
.h3-03::after {
  content: "";
  position: absolute;
  inset-inline: 0; /* left:0; right:0; */
  bottom: 0;
  block-size: 2px; /* 太さ */
  background: #e5e5e5;
  z-index: 1;
}

/* 左側のグリーンの短いバー */
.h3-03::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  inline-size: 60px; /* 緑の長さ */
  block-size: 2px; /* 緑の太さ */
  background: #6C3; /* 好みの緑 */
  border-radius: 2px;
  z-index: 2;
}

.btn-01 {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding: 25px 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(86deg, #1EB0AC 40.82%, #6C3 130.75%);
}
.btn-01:hover, .btn-01:active, .btn-01:focus {
  color: white;
  text-decoration: none;
}
.btn-01:visited {
  color: white;
}
.btn-01::after {
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: url(../img/icon_arrow01.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .btn-01:not(.mini) {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .btn-01:not(.mini) {
    width: 100%;
  }
}
.btn-01:hover::after {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.btn-02 {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-02:hover, .btn-02:active, .btn-02:focus {
  color: black;
  text-decoration: none;
}
.btn-02:visited {
  color: black;
}
.btn-02 .arrow {
  background: url(../img/icon_arrow02.svg) no-repeat 0 100%;
  width: 33px;
  height: 34px;
  display: block;
  margin-left: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-02:hover {
  color: #6C3;
}
.btn-02:hover .arrow {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-center {
  margin-top: 55px;
}
.btn-center a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn-text-small-sp {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.card-list {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .card-list {
    display: -ms-grid;
    display: grid;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list.col2 {
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list.col3 {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
}
.card-list .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .card-list .card-item {
    margin-top: 30px;
  }
}
.card-list .card-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  text-decoration: none;
}
.card-list .card-item a:hover, .card-list .card-item a:active, .card-list .card-item a:focus {
  color: black;
  text-decoration: none;
}
.card-list .card-item a:visited {
  color: black;
}
.card-list .card-item .step {
  color: #46B36F;
  font-family: "Oswald";
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  margin-top: 0;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .step {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }
}
.card-list .card-item .step span {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .step span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.card-list .card-item .step::after {
  content: "";
  position: absolute;
  width: 134.5px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0; /* テキストの下 */
  height: 7px; /* 総高さ（間隔＋線） */
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0 0, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0 100%;
  background: linear-gradient(currentColor, currentColor) 0 0, linear-gradient(currentColor, currentColor) 0 100%;
  background-size: 100% 1px, 100% 1px; /* 線の太さ */
  background-repeat: no-repeat;
}
.card-list .card-item .up-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .up-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.card-list .card-item .img img {
  display: block;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .img img {
    border-radius: 20px;
  }
}
.card-list .card-item .body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  .card-list .card-item .body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .card-list .card-item .body {
    padding-left: 0;
    padding-right: 0;
  }
}
.card-list .card-item .body p {
  margin: 0;
}
.card-list .card-item .body .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .body .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.card-list .card-item .body .title .arrow {
  background: url(../img/icon_arrow02.svg) no-repeat 0 100%;
  width: 33px;
  height: 34px;
  display: block;
  margin-left: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.card-list .card-item .body .text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 25px;
}
.card-list .card-item .button {
  padding: 0 20px 20px 20px;
  margin-top: 0;
}
.card-list .card-item .button .btn-01 {
  width: 100%;
}
.card-list .card-item .button .btn-01.mini {
  width: inherit;
}
.card-list .card-item .img {
  margin-top: 0;
}
.card-list .card-item a:hover .title {
  color: #6C3;
}
.card-list .card-item a:hover .title .arrow {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.card-list .card-item .text-icon {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.card-list .card-item .text-icon .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.6%;
          flex: 0 0 22.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .text-icon .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.9%;
            flex: 0 0 26.9%;
    height: 100px;
    border-radius: 20px;
  }
}
.card-list .card-item .text-icon .icon .inner {
  width: 100%;
  display: block;
  max-width: 120px;
  aspect-ratio: 1/1;
  background: #ECF0F1;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .text-icon .icon img {
    width: 100%;
  }
}
.card-list .card-item .text-icon .description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76.3%;
          flex: 0 0 76.3%;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .text-icon .description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67.7%;
            flex: 0 0 67.7%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .card-list .card-item:not(:first-child) .step {
    margin-top: 30px;
  }
}

.bg-gray .card-list .card-item .text-icon .icon .inner {
  background: #fff;
}

.card-list02 {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .card-list02 {
    display: -ms-grid;
    display: grid;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list02.col2 {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.card-list02 .card-item {
  background: #fff;
  border: 3px solid #6C3;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .card-list02 .card-item {
    padding: 15px;
  }
}
.card-list02 .card-item p {
  margin: 5px 0 0;
}
@media print, screen and (min-width: 768px) {
  .card-list02 .card-item .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .card-list02 .card-item .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}
.card-list02 .card-item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.card-list02 .card-item .label {
  color: #F00;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #f00;
  display: inline-block;
  padding: 1px 10px;
}
.card-list02 .card-item .title {
  font-size: 25px;
  font-size: 2.5rem;
  color: #6C3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .card-list02 .card-item .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.card-list02 .card-item .lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .card-list02 .card-item .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.card-list02 .card-item .text {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .card-list02 .card-item .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .card-list02 .card-item:not(:first-child) {
    margin-top: 18px;
  }
}

.shop-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* PC: 3カラム */
  gap: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .shop-list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.shop-list .shop-item {
  background: #fff;
  padding: 20px 16px;
  border-radius: 20px;
}
.shop-list .shop-item a {
  display: block;
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
.shop-list .shop-item a:hover, .shop-list .shop-item a:active, .shop-list .shop-item a:focus {
  color: black;
  text-decoration: none;
}
.shop-list .shop-item a:visited {
  color: black;
}
.shop-list .shop-item dt.name {
  font-size: 20px;
  font-size: 2rem;
  color: #6C3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .shop-list .shop-item dt.name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .shop-list .shop-item dt.name span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
  }
}
.shop-list .shop-item dd p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .shop-list .shop-item dd p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .shop-list .shop-item .label-hoken {
    font-size: 10px !important;
  }
}

.card-list03 {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .card-list03 {
    gap: 26px 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list03 .card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.card-list03 .card-item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.3%;
          flex: 0 0 22.3%;
}
.card-list03 .card-item .image .box-icon .icon {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .card-list03 .card-item .image .box-icon .icon img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .card-list03 .card-item .body p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.card-list03 .card-item h3 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .card-list03 .card-item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list04 {
    display: -ms-grid;
    display: grid;
    gap: 30px 110px;
    -ms-grid-columns: 1fr 110px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .card-list04 .card-item .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.card-list04 .card-item h3 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .card-list04 .card-item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .card-list04 .card-item .rice-list {
    margin-top: 10px;
  }
}

.bg-gray {
  background: #ECF0F1;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    padding: 60px 0;
  }
}

.bg-gray-02 {
  background: #E5E5E9;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .bg-gray-02 {
    padding: 60px 0;
  }
}

.bg-white {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .bg-white {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bg-white {
    background: transparent;
  }
}

.box-green {
  background: #FFF;
  padding: 20px;
  border: 2px solid #6C3;
}

@media print, screen and (min-width: 768px) {
  .photo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}
.photo-box .body {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .photo-box .body {
    max-width: 39.13%;
  }
}
@media screen and (max-width: 767px) {
  .photo-box .body .h3-01 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .photo-box .photo {
    max-width: 55.65%;
  }
}
@media screen and (max-width: 767px) {
  .photo-box .photo {
    margin-top: 60px;
  }
}
.photo-box .photo img {
  display: block;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .photo-box .photo img {
    border-radius: 20px;
  }
}
.photo-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.photo-box + .photo-box {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .photo-box + .photo-box {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .bg-white .photo-box {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    background: #FFF;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .bg-white .photo-box .body {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bg-white .photo-box .body {
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .bg-white .photo-box.reverse .body {
    padding-left: 60px;
  }
}

.support-list {
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .support-list {
    padding: 0;
    gap: 4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.support-list .support-item a {
  width: 200px;
  height: 200px;
  background: #FFF;
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  text-decoration: none;
}
.support-list .support-item a:hover, .support-list .support-item a:active, .support-list .support-item a:focus {
  color: black;
  text-decoration: none;
}
.support-list .support-item a:visited {
  color: black;
}
@media screen and (max-width: 767px) {
  .support-list .support-item a {
    width: 43vw;
    height: 43vw;
  }
}
.support-list .support-item .img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .support-list .support-item .img img {
    width: 27vw;
  }
}
.support-list .support-item .text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .support-list .support-item .text {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: normal;
  }
}
@media print, screen and (min-width: 768px) {
  .box-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.9%;
  }
}
@media screen and (max-width: 767px) {
  .box-flow {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .box-flow .flow-item {
    width: 17.38%;
  }
}
@media screen and (max-width: 767px) {
  .box-flow .flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.box-flow .flow-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ECF0F1;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .box-flow .flow-item .icon {
    width: 140px;
    height: 140px;
    width: 43%;
    border-radius: 20px;
  }
}
.box-flow .flow-item .icon .img {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .box-flow .flow-item .icon .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .box-flow .flow-item .icon .img img {
    width: 65px;
    height: auto;
  }
}
.box-flow .flow-item .icon .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 3px;
}
.box-flow .flow-item .text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .box-flow .flow-item .text {
    width: 55%;
    margin-top: 0;
  }
}
.box-flow .arrow {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .box-flow .arrow {
    width: 2.35%;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .box-flow .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}
.box-flow .arrow img {
  display: block;
}
@media screen and (max-width: 767px) {
  .box-flow .arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 100%;
    width: 65.546px;
    height: 27.016px;
  }
}

.box-icon {
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  position: relative;
}
.box-icon .no {
  position: absolute;
  margin: 0 auto;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  text-align: center;
  background: #6C3;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .box-icon .no {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.box-icon .no span {
  font-family: Oswald;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .box-icon .no span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.box-icon .inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box-icon .icon img {
    width: 69px;
    height: 70px;
  }
}
.box-icon .text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .box-icon .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.box-icon.box-icon-gray {
  background: #ECF0F1;
}

.box-attention {
  max-width: 740px;
  margin: 60px auto 0;
  border: 2px solid #6C3;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box-attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
  }
}
.box-attention .title {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-attention .title span {
  color: var(--warning, #F00);
  font-size: 13px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  border: 1px solid #f00;
  display: block;
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .box-attention .title span {
    width: 62px;
  }
}
.box-attention .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.safety-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
}

/* PC: 3カラムで 2 1 3 / 4 5 6 に配置 */
@media print, screen and (min-width: 768px) {
  .safety-list {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-areas: "b a c" "d e f";
  }
  .safety-item:nth-child(1) {
    grid-area: a;
  }
  .safety-item:nth-child(2) {
    grid-area: b;
  }
  .safety-item:nth-child(3) {
    grid-area: c;
  }
  .safety-item:nth-child(4) {
    grid-area: d;
  }
  .safety-item:nth-child(5) {
    grid-area: e;
  }
  .safety-item:nth-child(6) {
    grid-area: f;
  }
}
@media print, screen and (min-width: 768px){
  .safety-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .safety-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .safety-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .safety-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .safety-item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .safety-item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.safety-item {
  position: relative;
}
.safety-item .heart-inner {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .safety-item .heart-inner {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .safety-item .heart-inner {
    padding-bottom: 60px;
  }
}
.safety-item .heart-inner .text {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #3DB700;
  font-family: "YuGothic", sans-serif;
  margin-top: 0;
}
.safety-item .safety-inner {
  padding: 120px 50px;
}
@media screen and (max-width: 767px) {
  .safety-item .safety-inner {
    padding: 60px 0;
  }
}
.safety-item .box-icon {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .safety-item .box-icon {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .safety-item .box-icon .icon img {
    width: 150px;
    height: 200px;
  }
}
.safety-item .title {
  font-family: "YuGothic", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.safety-item::before {
  display: block;
  content: "";
  border-top: solid #000;
  width: 80%;
  height: 1px;
  top: 0;
  left: 10%;
  position: absolute;
}
.safety-item::after {
  display: block;
  content: "";
  border-left: solid #000;
  width: 1px;
  height: 80%;
  top: 10%;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .safety-item::after {
    display: none;
  }
}
.safety-item:nth-of-type(3n)::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .safety-item:nth-child(-n+3)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .safety-item:nth-child(1)::before {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .credit-plan-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .credit-plan-list .credit-plan-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.credit-plan-list .credit-plan-item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 20px 25px;
  background: #fff;
}
.credit-plan-list .credit-plan-item a:hover, .credit-plan-list .credit-plan-item a:active, .credit-plan-list .credit-plan-item a:focus {
  color: black;
  text-decoration: none;
}
.credit-plan-list .credit-plan-item a:visited {
  color: black;
}
.credit-plan-list .credit-plan-item h3 {
  margin: 0;
  padding: 23px 0;
  background: rgba(102, 204, 51, 0.3);
  border-radius: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .credit-plan-list .credit-plan-item h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.credit-plan-list .credit-plan-item .image {
  text-align: center;
}
.credit-plan-list .credit-plan-item .image img {
  width: 295px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .credit-plan-list .credit-plan-item .image img {
    width: 245px;
  }
}
.credit-plan-list .credit-plan-item .text {
  margin: 22px 0;
}
@media screen and (max-width: 767px) {
  .credit-plan-list .credit-plan-item .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.credit-plan-list .credit-plan-item .osusume {
  border: 2px solid #3DB700;
  padding: 15px;
}
.credit-plan-list .credit-plan-item .osusume dt {
  color: #3DB700;
  font-family: "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.credit-plan-list .credit-plan-item .osusume dd {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .credit-plan-list .credit-plan-item .osusume dd {
    margin-top: 15px;
  }
}

.box-point {
  margin: 25px auto;
  border: 2px solid #3DB700;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .box-point {
    padding: 20px 14px;
  }
}
.box-point .title {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .box-point .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
  }
}
.box-point .title span {
  color: #fff;
  font-size: 18px;
  aspect-ratio: 1/1;
  background: #3DB700;
  font-family: Oswald;
  border-radius: 100px;
  display: block;
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .box-point .title span {
    width: 62px;
  }
}
.box-point .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
}

.link-list {
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .link-list li {
    margin: 30px 0;
  }
}
.link-list li a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-list li a:hover, .link-list li a:active, .link-list li a:focus {
  color: black;
  text-decoration: none;
}
.link-list li a:visited {
  color: black;
}
@media screen and (max-width: 767px) {
  .link-list li a {
    text-decoration: underline;
  }
}
.link-list li a:hover {
  text-decoration: underline;
}
.link-list li a::before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #6c3;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6em;
}

.link-list02 {
  margin-top: 30px;
}
.link-list02 li {
  display: inline-block;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .link-list02 li {
    margin-bottom: 10px;
  }
}
.link-list02 li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 35px 10px 20px;
  background: #FFF url(../img/icon_arrow04.svg) no-repeat 90% 50%;
  border-radius: 40px;
  border: 2px solid #6C3;
}
.link-list02 li a:hover, .link-list02 li a:active, .link-list02 li a:focus {
  color: black;
  text-decoration: none;
}
.link-list02 li a:visited {
  color: black;
}
@media screen and (max-width: 767px) {
  .link-list02 li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 25px 6px 15px;
    background: #FFF url(../img/icon_arrow04.svg) no-repeat 90% 50%;
    background-size: 9px 13px;
  }
}
.rice-list {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
.rice-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.2em;
  line-height: 1.6;
  color: #555;
  font-size: 13px;
}
.rice-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.notes {
  list-style: none; /* デフォルトの丸を消す */
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.notes li {
  position: relative;
  padding-left: 2em; /* 番号分の余白 */
  margin: 0.5em 0;
  line-height: 1.6;
  font-size: 13px;
  font-size: 1.3rem;
  color: #323334;
  font-weight: 400;
}
/* 番号を「※n」として自動生成 */
.notes li::before {
  content: "※" counter(note);
  counter-increment: note;
  position: absolute;
  left: 0;
  color: #333;
}

/* リストの最初でカウンターをリセット */
.notes {
  counter-reset: note;
}

.list01 {
  padding-left: 20px;
}
.list01 li {
  list-style: disc;
}

ol {
  padding-left: 1.8em;
}
ol.note {
  color: #323334;
  font-size: 13px;
  font-size: 1.3rem;
}
/* モーダルのオーバーレイ */
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1000;
  overflow-y: auto;
  max-height: 95vh;
}

/* モーダルコンテンツのセンタリング */
#modalContent {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1560px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* 閉じるボタン */
#closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

#modalBody {
  line-height: 1.6;
  text-align: left;
  padding: 60px 70px;
}
@media screen and (max-width: 767px) {
  #modalBody {
    padding: 20px 0px;
  }
}
#modalBody h2 {
  font-size: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #modalBody h2 {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: keep-all;
  }
}
#modalBody a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}
#modalBody a:hover, #modalBody a:active, #modalBody a:focus {
  color: black;
  text-decoration: underline;
}
#modalBody a:visited {
  color: black;
}

.page-title {
  background-size: cover;
}
.page-title .inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .page-title .inner {
    padding: 20px 0 290px;
  }
}
@media screen and (max-width: 767px) {
  .page-title .h2-01 {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title .lead01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body#about .page-title {
  background-image: url(../../about/img/title.jpg);
}
@media screen and (max-width: 767px) {
  body#about .page-title {
    background-image: url(../../about/img/title_sp.jpg);
  }
}

body#store .page-title {
  background-image: url(../../store/img/title.jpg);
}
@media screen and (max-width: 767px) {
  body#store .page-title {
    background-image: url(../../store/img/title_sp.jpg);
  }
}

body#support .page-title {
  background-image: url(../../support/img/title.jpg);
}
@media screen and (max-width: 767px) {
  body#support .page-title {
    background-image: url(../../support/img/title_sp.jpg);
  }
}

body#rental .page-title {
  background-image: url(../../rental-service/img/title.jpg);
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  body#rental .page-title {
    background-image: url(../../rental-service/img/title_sp.jpg);
  }
}

@media screen and (max-width: 767px) {
  .sp-scroll {
    overflow-x: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
  }
}

.table01 {
  width: 100%;
  border-collapse: separate; /* ← 重要（border-spacingを効かせる） */
  border-spacing: 0 10px; /* 横0 / 縦10pxのすき間 */
}

.table01 th,
.table01 td {
  padding: 12px 16px;
  border: 1px solid #B3B3B3;
  background: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table01 th,
  .table01 td {
    display: block;
    width: 100%;
  }
}

/* 左セル（緑） */
.table01 th {
  background: #3DB700;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .table01 th {
    width: 42%; /* お好みで */
    border-right: none; /* 行内の中央線を消す */
  }
}

/* 右セル（白） */
@media print, screen and (min-width: 768px) {
  .table01 td {
    border-left: none; /* 行内の中央線を消す */
  }
}
@media screen and (max-width: 767px) {
  .table01 td {
    border-top: none;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .table01.width-auto {
    width: auto;
  }
}

.table02 {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table02 {
    width: 1000px;
  }
}
.table02 th, .table02 td {
  border: 1px solid #B3B3B3;
  padding: 13.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table02 th, .table02 td {
    font-size: 12.5px;
    font-size: 1.25rem;
    padding: 8px;
  }
}
.table02 th {
  background: #3DB700;
  color: #FFF;
  font-weight: bold;
}
.table02 th:empty {
  background: #F1F1F1;
}
.table02 .bgc-01 {
  background: #D4FFAE;
}
.table02 .bgc-02 {
  background: #319400;
}
.table02 .bgc-03 {
  background: #E5E5E9;
  color: #000;
}
.table02 .mark {
  font-size: 30px;
}
.table02 .text-type01 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.table02.text-small {
  font-size: 80%;
}
.table02.text-small th, .table02.text-small td {
  padding: 5px;
}

/* タブ見た目 */
.tab-wrap {
  border: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .tab-wrap {
    margin-left: -15px;
    margin-right: -15px;
    border-left: none;
    border-right: none;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eee;
}

[role=tab] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 30px 14px;
  font: inherit;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  color: #444;
  width: 50%;
  border-bottom: 1px solid #8C8C8C;
  font-weight: bold;
}

[role=tab][aria-selected=true] {
  color: var(--accent);
  border-bottom-color: var(--accent);
  font-weight: 600;
  background: #E9FFD7;
  border-bottom: 5px solid #6C3;
}

[role=tab]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

#tab-1 {
  border-right: 1px solid #8C8C8C;
}

/* パネル */
[role=tabpanel] {
  padding: 30px 40px 0px;
}
@media screen and (max-width: 767px) {
  [role=tabpanel] {
    padding: 15px 15px 0;
  }
}

[hidden] {
  display: none !important;
}

body#top {
  /* 右のメディアは固定幅。画面が広くなってもここは伸びない */
  /* Swiper本体の見た目 */
  /* Pick Up セクション */
  /* タイトル */
  /* Swiper スライド */
  /* コントロール */
  /* 再生／一時停止ボタン */
  /* ページネーション（弾丸） */
}
body#top .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  /* 見本に近い左右スペース */
  padding: 80px 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body#top .hero {
    margin-top: 100px;
  }
}
@media screen and (max-width: 990px) {
  body#top .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 30px 0;
  }
}
body#top .hero-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; /* 左は可変で広がる */
  min-width: 0;
}
@media print, screen and (min-width: 480px) {
  body#top .hero-copy .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top .hero-copy h2 {
  font-size: 48px;
  line-height: 1.7;
  margin: 90px 0 90px;
  font-weight: 700;
  color: #454548;
  font-family: "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1640px) {
  body#top .hero-copy h2 {
    font-size: 3vw;
    margin: 3vw 0;
  }
}
@media screen and (max-width: 767px) {
  body#top .hero-copy h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 24px 18px;
  }
}
body#top .hero-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1099px;
          flex: 0 0 1099px;
  width: 1099px;
}
@media screen and (min-width: 768px) and (max-width: 1640px) {
  body#top .hero-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
  }
}
@media screen and (max-width: 990px) {
  body#top .hero-media {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; /* 縦積み時は100% */
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
body#top .hero-swiper {
  width: 100%;
  overflow: hidden;
}
body#top .swiper-slide {
  width: 100%;
  height: 100%;
}
body#top .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body#top .deco {
  height: 10px;
  width: 100%;
}
@media screen and (max-width: 990px) {
  body#top .deco {
    height: 4px;
  }
}
body#top .deco.top {
  background: url(../img/top/bar_top.png) no-repeat 50% 0;
  background-size: auto 10px;
}
@media screen and (max-width: 990px) {
  body#top .deco.top {
    background-size: auto 4px;
  }
}
body#top .deco.bottom {
  background: url(../img/top/bar_bottom.png) no-repeat 50% 0;
  background-size: auto 10px;
}
@media screen and (max-width: 990px) {
  body#top .deco.bottom {
    background-size: auto 4px;
  }
}
body#top .pickup {
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body#top .pickup {
    padding: 60px 0 100px;
  }
}
body#top .pickup__title {
  font-size: 2rem;
  font-weight: 700;
  color: #444;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
body#top .pickup__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #7fe000;
  margin: 8px auto 0;
}
body#top .pickup__swiper {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  body#top .pickup__swiper {
    margin: 40px auto;
  }
}
body#top .pickup__swiper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
body#top .pickup__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
body#top .pickup__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body#top .pickup__controls {
    margin-top: 0;
  }
}
body#top .btn-play,
body#top .btn-pause {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: #D1D1D5;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  margin: 0 12px;
}
body#top .btn-play.is-active,
body#top .btn-pause.is-active {
  background-color: #6C3;
  border: 1px solid #6C3;
}
body#top .btn-play::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #000;
}
body#top .btn-pause::before,
body#top .btn-pause::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 7px;
  height: 24px;
  border-radius: 10px;
  background: #000;
}
body#top .btn-pause::before {
  left: 14px;
}
body#top .btn-pause::after {
  right: 14px;
}
body#top .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  position: relative;
  width: 150px;
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  body#top .swiper-pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body#top .swiper-pagination {
    position: absolute;
    margin: 0;
    bottom: -60px;
    left: calc(50% - 75px);
  }
}
body#top .swiper-pagination-bullet {
  width: 26px;
  height: 24px;
  background: url(../img/icon_dot.svg) no-repeat 0 0;
  margin: 0 4px;
  opacity: 1; /* デフォルト opacity 上げる */
  background-size: contain;
}
body#top .swiper-pagination-bullet-active {
  background: url(../img/icon_dot_current.svg) no-repeat 0 0;
  background-size: contain;
}
body#top section.sec02 p {
  margin-top: 34px;
}
@media print, screen and (min-width: 768px) {
  body#top section.sec02 .photo-box .body {
    max-width: 50.64%;
  }
}
@media screen and (max-width: 767px) {
  body#top section.sec02 .photo-box .body .h3-01 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  body#top section.sec02 .photo-box .photo {
    max-width: 45.51%;
  }
}
body#top section.sec02 .photo-box + .photo-box {
  margin-top: 90px;
}
body#top section.sec02 .photo-sp {
  margin-top: 40px;
}
body#top section.sec02 .button {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  body#top section.sec02 .button {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  body#top section.sec02 .button .btn-01 {
    min-width: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  body#top section.sec03 .can-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
body#top section.sec03 .can-list .can-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  body#top section.sec03 .can-list .can-item {
    border-bottom: 1px solid #454548;
    padding-bottom: 15px;
  }
}
body#top section.sec03 .can-list .can-item .no {
  font-size: 70px;
  font-family: Oswald;
  font-weight: 500;
  color: #454548;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body#top section.sec03 .can-list .can-item .no {
    font-size: 40px;
    font-size: 4rem;
    margin-top: 50px;
  }
}
body#top section.sec03 .can-list .can-item .text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body#top section.sec03 .can-list .can-item .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#top section.sec04 p.button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body#top section.sec04 p.button {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  body.about section.hero-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 70px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  body.about section.hero-about {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  body.about section.hero-about .about-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1067px;
            flex: 0 0 1067px; /* 横幅固定 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1620px) {
  body.about section.hero-about .about-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; /* 横幅固定 */
  }
}
@media screen and (max-width: 767px) {
  body.about section.hero-about .about-img {
    display: none;
  }
}
body.about section.hero-about .about-img img {
  width: 100%;
  height: auto;
}
body.about section.hero-about .about-body {
  padding: 15px 20px;
}
@media print, screen and (min-width: 768px) {
  body.about section.hero-about .about-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; /* 可変幅 */
    padding-left: 70px; /* 任意で余白 */
  }
}
body.about section.hero-about .about-title {
  font-family: "YuGothic", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1620px) {
  body.about section.hero-about .about-title {
    font-size: clamp(24px, 3vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  body.about section.hero-about .about-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
body.about section.hero-about .about-title::after {
  margin-top: 20px;
  width: 180px;
  height: 8px;
  content: "";
  background: #6C3;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  body.about section.hero-about .about-title::after {
    width: 166.805px;
    height: 6px;
  }
}
body.about section.hero-about .about-img-sp {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  body.about section.hero-about .about-img-sp {
    display: none;
  }
}
body.about section.hero-about .about-text {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body.about section.hero-about .heading-group01 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.about .h2-02 {
    font-size: 30px;
    font-size: 3rem;
    color: #454548;
  }
}
body.about .h3-about {
  font-size: 20px;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  body.about .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
body.about .service-list .service-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  body.about .service-list .service-item {
    margin-bottom: 70px;
  }
}
body.about .service-list .service-item .img img {
  display: block;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  body.about .service-list .service-item .img img {
    border-radius: 20px;
  }
}
body.about .service-list .service-item .title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  body.about .service-list .service-item .title {
    min-height: 3.5em;
  }
}
body.about .service-list .service-item .text {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  body.about .service-list .service-item .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body#about .h2-02 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body#about .photo-box .photo {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  body#about .photo-box .body h3, body#about .photo-box .body p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body#about .photo-box .body .text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 768px) {
  body#about .photo-box .body .btn-01 {
    min-width: 300px;
    margin-top: 10px;
  }
}

body#plaza .hero-about .about-copy {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "YuGothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body#plaza .hero-about .about-copy {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  body#plaza section.concept .concept-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
}
body#plaza section.concept .concept-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  body#plaza section.concept .concept-item {
    margin-top: 70px;
  }
}
body#plaza section.concept .concept-item .no {
  font-family: Oswald;
  font-size: 50px;
  font-weight: 500;
  color: #454548;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body#plaza section.concept .concept-item .no {
    font-size: 40px;
    font-size: 4rem;
  }
}
body#plaza section.concept .concept-item .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body#plaza section.concept .concept-item .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  body#plaza section.concept .concept-item:nth-child(1) .img img {
    border-radius: 50px 0 0 50px;
  }
}
@media print, screen and (min-width: 768px) {
  body#plaza section.concept .concept-item:nth-child(1) .body {
    padding-left: 35%;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media print, screen and (min-width: 768px) {
  body#plaza section.concept .concept-item:nth-child(2) .body {
    padding-left: 18%;
    padding-right: 18%;
  }
}
@media print, screen and (min-width: 768px) {
  body#plaza section.concept .concept-item:nth-child(3) .img img {
    border-radius: 0 50px 50px 0;
  }
}
@media print, screen and (min-width: 768px) {
  body#plaza section.concept .concept-item:nth-child(3) .body {
    padding-right: 35%;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media print, screen and (min-width: 768px) {
  body#plaza section.sence .sence-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr; /* 2列固定 */
    gap: 10px; /* お好みで */
  }
}
body#plaza section.sence .sence-item {
  margin-top: 40px;
}
body#plaza section.sence .sence-item .title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body#plaza section.sence .sence-item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
body#cpom .service-list .service-item .title {
  min-height: auto;
}
body#cpom .service-list .service-item .btn-01 {
  min-width: 100%;
}

body#network .sticker {
  background: #F1F1F1;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 65px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  body#network .sticker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#network .sticker p {
  margin: 0;
}
body#network .sticker .text {
  font-size: 14px;
  font-size: 1.4rem;
}
body#network .sticker .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body#network .sticker .img img {
    width: 200px;
    height: 142px;
  }
}
@media print, screen and (min-width: 768px) {
  body#network .btn-01 {
    min-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  body#network .btn-01 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  body#kawasakicare .logo-care img {
    width: 290px;
    height: auto;
  }
}
body#kawasakicare section.naiyo {
  margin-top: 225px;
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.naiyo {
    margin-top: 60px;
  }
}
body#kawasakicare section.naiyo .heading {
  background-color: #3DB700;
  color: #FFF;
  padding: 20px 15px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  body#kawasakicare section.naiyo .heading {
    text-align: center;
  }
}
body#kawasakicare section.naiyo .heading .copy {
  margin-top: 0;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.naiyo .heading .copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body#kawasakicare section.naiyo .heading .rice {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.naiyo .heading .rice {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
body#kawasakicare section.naiyo .naiyo-list {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  body#kawasakicare section.naiyo .naiyo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
body#kawasakicare section.naiyo .naiyo-item {
  border: 2px solid #6C3;
  padding: 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.naiyo .naiyo-item {
    margin-top: 24px;
  }
}
body#kawasakicare section.naiyo .naiyo-item .naiyo-icon {
  text-align: center;
}
body#kawasakicare section.naiyo .naiyo-item .period {
  background: #3DB700;
  color: #FFF;
  margin: 30px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 6px 10px;
  text-align: center;
}
body#kawasakicare section.naiyo .naiyo-item .title {
  font-size: 20px;
  font-size: 2rem;
  color: #3DB700;
  font-weight: bold;
}
body#kawasakicare section.naiyo .naiyo-item .title span {
  font-size: 16px;
  font-size: 1.6rem;
}
body#kawasakicare section.naiyo .naiyo-item ul.check-list {
  background: #ECF0F1;
  border-radius: 20px;
  padding: 12px 16px 12px 40px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 30px;
}
body#kawasakicare section.naiyo .naiyo-item ul.check-list li {
  list-style: disc;
}
body#kawasakicare section.naiyo .box-icon {
  background: #ECF0F1;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
body#kawasakicare section.naiyo .box-icon * {
  margin: 0;
}
body#kawasakicare section.naiyo .box-icon img {
  width: 100%;
  height: auto;
}
body#kawasakicare section.lineup .h2-02 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.lineup .h2-02 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.lineup .h2-02 + .center {
    text-align: left;
  }
}
body#kawasakicare section.lineup .lineup-list {
  display: -ms-grid;
  display: grid;
  margin-top: 35px;
  gap: 40px 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.lineup .lineup-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
body#kawasakicare section.lineup .lineup-item a {
  color: #000;
  text-decoration: none;
}
body#kawasakicare section.lineup .lineup-item a:hover, body#kawasakicare section.lineup .lineup-item a:active, body#kawasakicare section.lineup .lineup-item a:focus {
  color: black;
  text-decoration: none;
}
body#kawasakicare section.lineup .lineup-item a:visited {
  color: black;
}
body#kawasakicare section.lineup .lineup-item .img {
  margin: 0;
}
body#kawasakicare section.lineup .lineup-item .title {
  margin-top: 10px;
  text-align: center;
  font-family: Oswald;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.lineup .lineup-item .title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body#kawasakicare section.lineup .lineup-item .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../../support/kawasakicare/img/icon_ex.svg) no-repeat 0 0;
  background-size: contain;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  body#kawasakicare section.lineup .lineup-item .icon {
    width: 14px;
    height: 14px;
  }
}

body#used {
  /* 基本 */
  /* モーダル */
  /* 閉じるボタン */
  /* 見出し */
  /* 2段組 */
}
body#used .sec02 .col-wrap {
  gap: 100px;
}
@media screen and (max-width: 767px) {
  body#used .sec02 .col-wrap {
    gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  body#used .sec02 .col1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 100px) * 450 / 1052);
            flex: 0 0 calc((100% - 100px) * 450 / 1052);
    min-width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  body#used .sec02 .col2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 100px) * 602 / 1052);
            flex: 0 0 calc((100% - 100px) * 602 / 1052);
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  body#used .sec02 .col2 {
    width: 100%;
  }
}
body#used .sec04 strong {
  font-size: 20px;
  font-size: 2rem;
}
body#used .sec04 .btn-01 {
  min-width: 340px;
  margin-top: 40px;
}
body#used body.no-scroll {
  overflow: hidden;
}
body#used .btn-open {
  cursor: pointer;
}
body#used .modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none; /* aria-hidden="true" と一致 */
}
body#used .modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
body#used .modal__content {
  position: relative;
  width: min(960px, 92vw);
  max-height: 92vh;
  margin: 4vh auto;
  padding: 24px;
  background: #fff;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
body#used .modal__content:focus {
  outline: none;
}
body#used .modal__close {
  position: sticky; /* スクロールしても見える */
  top: 0;
  float: right;
  margin-top: -8px;
  margin-right: -8px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 26px;
  border: none;
  background: transparent;
  cursor: pointer;
}
body#used .modal__close:focus {
  outline: none;
}
body#used .modal__heading {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  body#used .modal__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
body#used .modal__columns {
  display: -ms-grid;
  display: grid;
  gap: 24px 40px;
}
@media (min-width: 960px) {
  body#used .modal__columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; /* PCで2段 */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
body#used .modal {
  /* h3（緑）とリスト */
  /* アクセシビリティ: フォーカス可視 */
}
body#used .modal h3 {
  color: #2db400; /* 画像に近い緑 */
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 8px;
}
@media screen and (max-width: 767px) {
  body#used .modal h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
body#used .modal ul {
  margin: 0 0 16px 1.2em;
  padding: 0;
}
body#used .modal ul li {
  margin: 0.25em 0;
  line-height: 1.6;
  list-style: disc;
}
body#used .modal :focus {
  outline: 3px solid #4da3ff;
  outline-offset: 2px;
}

@media print, screen and (min-width: 768px) {
  #plaza-credit .col-credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  #plaza-credit .col-table .col1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.7%;
            flex: 0 0 48.7%;
    min-width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #plaza-credit .col-table .col2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.1%;
            flex: 0 0 46.1%;
    min-width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #plaza-credit .col-graph .col1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.3%;
            flex: 0 0 51.3%;
    min-width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #plaza-credit .col-graph .col2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.4%;
            flex: 0 0 45.4%;
    min-width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #plaza-credit .col-graph2 {
    gap: 38px;
  }
}
#plaza-credit .col-graph2 .col1, #plaza-credit .col-graph2 .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#plaza-credit .zanka {
  margin-top: 40px;
  background: #fff;
  padding: 30px;
}
#plaza-credit .zanka .text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #plaza-credit .zanka .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#roadservice .table02 th, #roadservice .table02 td {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #roadservice .table02 th, #roadservice .table02 td {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  #roadservice .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    max-width: 918px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #roadservice .contact-list .contact-item {
    padding: 25px;
  }
}
#roadservice .contact-list .contact-item h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #roadservice .contact-list .contact-item h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#roadservice .contact-list .contact-item .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  text-decoration: none;
}
#roadservice .contact-list .contact-item .tel a:hover, #roadservice .contact-list .contact-item .tel a:active, #roadservice .contact-list .contact-item .tel a:focus {
  color: black;
  text-decoration: none;
}
#roadservice .contact-list .contact-item .tel a:visited {
  color: black;
}
#roadservice .contact-list .contact-item .tel .icon {
  display: block;
}
@media screen and (max-width: 767px) {
  #roadservice .contact-list .contact-item .tel .icon img {
    width: 60.802px;
  }
}
#roadservice .contact-list .contact-item .tel .no {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #roadservice .contact-list .contact-item .tel .no {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
#roadservice .zutto {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  border-radius: 30px;
  padding: 24px 30px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  #roadservice .zutto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
#roadservice .zutto p {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  #roadservice .zutto .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #roadservice .zutto .logo {
    text-align: center;
  }
}
#roadservice .zutto .logo .company {
  font-family: "YuGothic", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #roadservice .zutto .logo .company {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
#roadservice .zutto .address {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #roadservice .zutto .address {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #roadservice .zutto .text {
    margin-top: 10px;
  }
}

#warranty {
  /* タブ見た目 */
  /* パネル */
  /* ==== PC：左見出し + 右3列の“表風” ==== */
  /* 1行目は上線いらない、各行の1列目は左線いらない */
  /* ==== SP：見出しバー + 2段の箇条書き ==== */
}
@media screen and (max-width: 767px) {
  #warranty .sec01 {
    padding-bottom: 0;
  }
}
#warranty p {
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  #warranty .photo-box .body {
    max-width: 51.6%;
  }
}
@media print, screen and (min-width: 768px) {
  #warranty .photo-box .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.1%;
            flex: 0 0 41.1%;
  }
}
#warranty .tab-wrap {
  border: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  #warranty .tab-wrap {
    margin-left: -15px;
    margin-right: -15px;
    border-left: none;
    border-right: none;
  }
}
#warranty .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eee;
}
#warranty [role=tab] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 30px 14px;
  font: inherit;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  color: #444;
  width: 50%;
  border-bottom: 1px solid #8C8C8C;
  font-weight: bold;
}
#warranty [role=tab][aria-selected=true] {
  color: var(--accent);
  border-bottom-color: var(--accent);
  font-weight: 600;
  background: #E9FFD7;
  border-bottom: 5px solid #6C3;
}
#warranty [role=tab]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
#warranty #tab-1 {
  border-right: 1px solid #8C8C8C;
}
#warranty [role=tabpanel] {
  padding: 30px 40px 0px;
}
@media screen and (max-width: 767px) {
  #warranty [role=tabpanel] {
    padding: 15px 15px 0;
  }
}
#warranty [hidden] {
  display: none !important;
}
#warranty .parts {
  max-width: 1100px;
  margin: 0 auto;
}
#warranty .parts-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 0 1fr;
  grid-template-columns: 200px 1fr; /* 左固定／右は中身 */
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin: 18px 0 0;
  border: 1px solid #B3B3B3;
}
@media screen and (max-width: 767px) {
  #warranty .parts-block {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
#warranty .parts-title {
  background: #3DB700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  font-weight: 700;
  border-right: 0; /* 右側はlistの枠線と繋げる */
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #warranty .parts-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#warranty .parts-list {
  /* 右側は3列グリッドで表風に */
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #warranty .parts-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1150px) {
  #warranty .parts-list li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding: 14px 16px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #B3B3B3;
    border-top: 0;
    border-left: 0;
  }
}
#warranty .parts-list li.border-right-none {
  border-right: none;
}
#warranty .parts-list li.border-bottom-none {
  border-bottom: none;
}
@media print, screen and (min-width: 1150px) {
  #warranty .parts-list li.row2 {
    height: 6.7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1150px) {
  #warranty .sp-none {
    display: none !important;
  }
  #warranty .parts-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; /* 縦積み */
  }
  #warranty .parts-title {
    border-bottom: 0;
    text-align: center;
    padding: 10px 12px;
  }
  #warranty .parts-list {
    /* 表風はやめて箇条書き2段 */
    padding: 13px 14px 13px 33px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; /* ← 2段に分割 */
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }
  #warranty .parts-list li {
    border: 0;
    list-style: disc;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
#warranty .note {
  background: #ECF0F1;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 60px;
  padding: 10px 40px 40px;
}
@media screen and (max-width: 767px) {
  #warranty .note {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 24px 40px;
  }
}
#warranty .note h3.ac-button {
  border-bottom: 1px solid #454548;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 10px 0;
  cursor: pointer;
}
#warranty .note h3.ac-button .ac-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#warranty .note h3.ac-button.open .ac-icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#warranty .note .ac-panel {
  display: none;
}
#warranty .table02 {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #warranty .table02 {
    font-size: 13px;
  }
}

body#maintenance-pack h3, body#maintenance-pack h4 {
  word-break: keep-all;
}
@media print, screen and (min-width: 768px) {
  body#maintenance-pack .safety-item .heart-inner {
    padding-top: 130px;
  }
}
body#maintenance-pack .ex-price {
  background: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price {
    padding: 30px 20px;
  }
}
body#maintenance-pack .ex-price h3 {
  text-align: center;
}
body#maintenance-pack .ex-price h3 span {
  display: inline-block;
  background-color: #3DB700;
  color: var(--WHITE_kawsaki, #FFF);
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 0 55px;
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price h3 span {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price h4.h3-03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body#maintenance-pack .ex-price .img-bike {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body#maintenance-pack .ex-price .img-bike {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  body#maintenance-pack .ex-price .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#maintenance-pack .ex-price .class-cource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body#maintenance-pack .ex-price .class-cource {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .class-cource {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#maintenance-pack .ex-price .kekka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body#maintenance-pack .ex-price .kekka {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .img {
    display: none;
  }
}
body#maintenance-pack .ex-price .title {
  text-align: center;
}
body#maintenance-pack .ex-price .title span {
  display: inline-block;
  color: #3DB700;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  width: 160px;
  border: 1px solid #3DB700;
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .title span {
    font-size: 13px;
    font-size: 1.3rem;
    width: 120px;
  }
}
body#maintenance-pack .ex-price .cc {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .cc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body#maintenance-pack .ex-price .text {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body#maintenance-pack .ex-price .cross {
  font-size: 75px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .cross {
    font-size: 30px;
    margin-top: 30px;
  }
}
body#maintenance-pack .ex-price .no {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .no {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 1em;
  }
}
body#maintenance-pack .ex-price .no.row1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .no.row1 {
    margin-top: 1em;
  }
}
body#maintenance-pack .ex-price .equal {
  font-size: 75px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body#maintenance-pack .ex-price .equal {
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  body#maintenance-pack .ex-price .equal {
    margin-top: 0;
    line-height: 1;
    padding-left: 15px;
  }
}
body#maintenance-pack .ex-price .price {
  font-weight: bold;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  body#maintenance-pack .ex-price .price {
    margin-top: 104px;
  }
}
body#maintenance-pack .ex-price .price span {
  font-family: Oswald;
  font-size: 45px;
  font-size: 4.5rem;
}
@media print, screen and (min-width: 768px) {
  body#maintenance-pack .sp-scroll.table-narrow {
    padding-left: 80px;
    padding-right: 80px;
  }
}
body#maintenance-pack .grid-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; /* デフォルトはスマホ用1カラム */
  gap: 20px; /* 要素間の隙間 */
}
@media print, screen and (min-width: 768px) {
  body#maintenance-pack .grid-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; /* 2カラム */
  }
}
body#maintenance-pack .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
}
body#maintenance-pack .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #3DB700; /* 緑 */
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 8px;
  font-size: 24px;
}
body#maintenance-pack .grid-item .padding {
  padding: 0px 11px 0;
}

body#online {
  /* 見出し・番号 */
  /* base */
}
body#online .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}
body#online .num {
  width: 40px;
  height: 40px;
  background: #3DB700;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
}
body#online .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body#online .sec-support .card-list03 {
    gap: 90px 20px;
  }
}
@media screen and (max-width: 767px) {
  body#online .sec-support .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  body#online .sec-support .box-icon {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  body#online .sec-support .box-icon img {
    width: 90%;
    height: auto;
  }
}
body#online .online-flow {
  margin-top: 60px;
  /* 共通カード */
  /* PC横並びレイアウト */
  /* PCの右向き菱形矢印 */
  /* 本文 */
}
body#online .online-flow .flow-card {
  position: relative;
  border: 3px solid #6C3;
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}
body#online .online-flow .flow-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.5%;
          flex: 0 0 27.5%;
}
@media screen and (max-width: 767px) {
  body#online .online-flow .flow-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  body#online .online-flow .flow-icon .box-icon {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  body#online .online-flow .flow-icon .box-icon .icon img {
    width: 110px;
    height: 110px;
  }
}
body#online .online-flow .flow-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.6%;
          flex: 0 0 70.6%;
}
@media screen and (max-width: 767px) {
  body#online .online-flow .flow-body {
    margin-top: 15px;
  }
}
body#online .online-flow .flow-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0x 44px 0x 1fr;
  grid-template-columns: 1fr 44px 1fr; /* 左カード・矢印・右カード */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0x;
}
body#online .online-flow .flow-arrow {
  width: 33px;
  height: 33px;
  position: relative;
}
body#online .online-flow .flow-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 33px;
  height: 33px;
  background: url(/online/img/arrow01.svg) no-repeat 0 0;
  top: 130px;
  left: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  body#online .online-flow .flow-arrow::before {
    top: 0;
    -webkit-transform: rotate(87deg);
            transform: rotate(87deg);
    left: calc(50vw - 30px);
  }
}
@media screen and (max-width: 767px) {
  body#online .online-flow .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  body#online .online-flow .flow-row {
    display: block;
  }
  body#online .online-flow .flow-card {
    display: block;
    padding: 24px;
    border-width: 6px;
    margin-bottom: 20px;
  }
}
body#online .online-flow .flow-down-large {
  margin: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body#online .online-flow .flow-down-large img {
    width: 70.04px;
    height: 80px;
  }
}
body#online .online-flow .flow-down-large .text {
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  body#online .online-flow .flow-down-large .text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body#online [role=tab] {
  padding: 14px;
}
@media screen and (max-width: 767px) {
  body#online [role=tab] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body#online .tab-panel {
  background: #ECF0F1;
}
body#online .flow02-list {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  body#online .flow02-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
body#online .flow02-item dt {
  font-weight: bold;
  border-bottom: 1px solid #3DB700;
  margin-bottom: 10px;
}
body#online .flow02-item dt span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3DB700;
}
body#online .flow02-item dd {
  font-size: 14px;
  font-size: 1.4rem;
}
body#online .store-block {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body#online .store-block {
    padding: 20px;
  }
}
body#online .store-block h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
body#online .store-block .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  margin: 15px 0;
}
body#online .store-block .area .area-head {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3DB700;
  border: 1px solid #3DB700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.7%;
          flex: 0 0 8.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body#online .store-block .area .area-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87px;
            flex: 0 0 87px;
  }
}
body#online .store-block .area .area-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}
@media screen and (max-width: 767px) {
  body#online .store-block .area .area-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
body#online .store-block .area .store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  body#online .store-block .area .store-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#online .store-block .area .store-item {
  width: 350px;
}
@media screen and (max-width: 1009px) {
  body#online .store-block .area .store-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body#online .store-block .area .store-item {
    width: 100%;
  }
}
body#online .store-block .area .store-item dt {
  font-weight: bold;
}
body#online .store-block .area .store-item dd {
  font-size: 14px;
  font-size: 1.4rem;
}
body#online .note-under {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  body#online .note-under {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
body#online .btn-under {
  margin-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  body#online .btn-01 {
    width: 465px;
  }
}
@media print, screen and (min-width: 768px) {
  body#online .offline-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  body#online .offline-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body#online .doc-wrap {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  body#online .doc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#online .doc-wrap .doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  body#online .doc-wrap .doc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#online .doc-wrap .doc-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
body#online .doc-wrap .doc-list li a:hover, body#online .doc-wrap .doc-list li a:active, body#online .doc-wrap .doc-list li a:focus {
  color: black;
  text-decoration: none;
}
body#online .doc-wrap .doc-list li a:visited {
  color: black;
}
@media screen and (max-width: 767px) {
  body#online .doc-wrap .doc-list li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
body#online .flow-item .icon {
  background: #fff;
}
@media screen and (max-width: 767px) {
  body#online .flow-item .icon {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  body#online .flow-item .icon .img img {
    width: 90px;
    height: 90px;
  }
}
body#online .teams-item {
  background: #fff;
  padding: 30px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body#online .teams-item {
    padding: 30px 15px;
  }
}
body#online .teams-item h4 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
body#online .teams-item .list01 {
  margin-top: 30px;
}
body#online .teams-button {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body#online .teams-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#online .teams-button .btn-01 {
  padding: 15px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  body#online .teams-button .btn-01 {
    width: 100%;
  }
}
body#online .teams-button .btn-01::after {
  width: 32px;
  height: 32px;
  background: url(/online/img/icon_ex_white.svg) no-repeat;
  background-size: contain;
}
body#online .teams-button .btn-white {
  background: #fff;
  border: 2px solid #1FB1AB;
  color: #000;
}
body#online .teams-button .btn-white::after {
  width: 32px;
  height: 32px;
  background: url(/online/img/icon_ex.svg) no-repeat;
  background-size: contain;
}
body#online .btn-form-fixed {
  position: fixed;
  left: 50px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  body#online .btn-form-fixed {
    left: 2vw;
    bottom: 20px;
  }
}
body#online .btn-form-fixed a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  body#online .btn-form-fixed a {
    width: 268px;
    padding: 15px 0;
  }
}
body#online .btn-form-fixed a span {
  display: block;
}
body#online .btn-form-fixed a .sub {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  body#online .btn-form-fixed a .sub {
    display: none;
  }
}
body#online .btn-form-fixed a .main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  body#online .btn-form-fixed a .main {
    font-size: 20px;
    font-size: 2rem;
  }
}
body#online .btn-form-fixed a .main::after {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../img/icon_arrow01.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body#online .btn-form-fixed a::after {
  display: none;
}
body#online .btn-form-fixed a:hover .main::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

main a {
  text-decoration: underline;
}

.rice-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}
.rice-01 dt {
  margin-right: 0.5em;
}

.rice-list {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
.rice-list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.2em;
  line-height: 1.6;
  color: #555;
  font-size: 13px;
}
.rice-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.2em;
  line-height: 1;
}
.rice-list.font-normal li {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .rice-list.font-normal li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.large {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.small {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .small-sp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.small02 {
  font-size: 13px;
  font-size: 1.3rem;
}
.color-glay {
  color: #323334;
}

.margin-0 {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .margin-0-pc {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .margin-0-sp {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-15-pc {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .margin-15-sp {
    margin-top: 15px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-20-pc {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .margin-20-sp {
    margin-top: 20px !important;
  }
}

.margin-2x {
  margin-top: 2em;
}

@media print, screen and (min-width: 768px) {
  .margin-30-pc {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .margin-30-sp {
    margin-top: 30px !important;
  }
}

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

@media print, screen and (min-width: 768px) {
  .margin-40-pc {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .margin-40-sp {
    margin-top: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-50-pc {
    margin-top: 50px;
  }
}

.margin-60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .margin-60-sp {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-60-pc {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-70-pc {
    margin-top: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-80-pc {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .margin-80-sp {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-100-pc {
    margin-top: 100px !important;
  }
}

.padding-0 {
  padding-top: 0;
}

.padding-0-sp {
  padding-top: 0;
}

.lead01 {
  font-size: 25px;
  font-weight: 700;
  font-family: "YuGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .lead01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lead02 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  font-family: "YuGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .lead02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lead03 {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .lead03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lead05 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3DB700;
}
.label-hoken {
  font-size: 13px;
  font-size: 1.3rem;
  color: var(--WHITE_kawsaki, #FFF);
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 5px;
  background: #6C3;
}
@media print, screen and (min-width: 991px) {
  .scroll-offset {
    scroll-margin-top: 100px;
  }
}
/*# sourceMappingURL=styles.css.map */