@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3559322034vw;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.7;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.access__wrapper iframe{
  display: block;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
  .access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access__left {
  width: 38.475%;
}
@media only screen and (max-width: 768px) {
  .access__left {
    width: 100%;
  }
}

.access__text-box {
  max-width: 354px;
  max-width: 22.125rem;
  margin-bottom: 49px;
  margin-bottom: 3.0625rem;
}

.access__title span {
  display: block;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-bottom: 2px solid #65AB31;
  font-size: 20px;
  font-size: 1.25rem;
}

.access__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.access__right {
  margin-left: 4.068%;
  width: 57.458%;
}
@media only screen and (max-width: 768px) {
  .access__right {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-left: 0;
    width: 100%;
  }
}

.access__right .access__map-box iframe {
  width: 100%;
  /* height: auto; */
  height: 550px;
  aspect-ratio: 678/466;
  border-radius: 1.25rem;
  vertical-align: top;
}

body {
  font-size: 14.5px;
  /* font-size: 1rem; */
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body{
    font-size:13.7px;
  }
}



.btn {
  display: inline-block;
  width: 319px;
  max-width: 100%;
  padding: 18px 15px;
  padding: 1.125rem 0.9375rem;
  background-color: #F2BD27;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  border-radius: 1.25rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:focus,
.btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #FFC92E;
}

.btn--arrow-right {
  display: block;
  position: relative;
}

.btn--arrow-right::after {
  content: "";
  display: inline-block;
  background: #fff;
  -webkit-mask: url(../images/icon-arrow-right.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-right.svg) no-repeat center/contain;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  position: absolute;
  top: 50%;
  right: 18px;
  right: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn--arrow-right:hover::after {
  background: #FFC92E;
}

.company-table {
  max-width: 754px;
  max-width: 47.125rem;
  margin: 0 auto;
}

.company-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 2px solid #65AB31;
  border-radius: 1.25rem;
}

.company-table__title {
  width: 26.393%;
  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;
  background-color: #65AB31;
  color: #fff;
  border-top: 1px solid #DBE8CF;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  position: relative;
}

.company-table__title:first-of-type {
  border-radius: 1.0625rem 0 0 0;
  border-top: 1px solid #65AB31;
}

.company-table__title:last-of-type {
  border-radius: 0 0 0 1.0625rem;
}

.company-table__text {
  width: 73.5%;
  background-color: #fff;
  border-top: 1px solid #DBE8CF;
  padding: 12px 20px 12px 60px;
  padding: 0.75rem 1.25rem 0.75rem 3.75rem;
}
@media only screen and (max-width: 768px) {
  .company-table__text {
    padding: 12px 20px 12px 20px;
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  }
}

.company-table__text:first-of-type {
  border-radius: 0 1.0625rem 0 0;
  border-top: 1px solid #65AB31;
}

.company-table__text:last-of-type {
  border-radius: 0 0 1.0625rem 0;
}

.footer {
  margin-top: 102px;
  margin-top: 6.375rem;
  background-color: #65AB31;
  color: #fff;
  font-weight: 500;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 auto;
  }
}

.footer__logo a {
  display: block;
}

.footer__site-name {
  padding-left: 60px;
  padding-left: 3.75rem;
  font-size: clamp(16px, 12px + 1.25vw, 36px);
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__site-name {
    font-size: 30px;
    font-size: 1.875rem;
    padding-left: 55px;
    padding-left: 3.4375rem;
  }
}

.footer__site-name::before {
  content: "";
  display: inline-block;
  width: 48px;
  width: 3rem;
  height: 46px;
  height: 2.875rem;
  background: url(../images/logo-footer.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__address {
  margin-top: 21px;
  margin-top: 1.3125rem;
  padding-left: 70px;
  padding-left: 4.375rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .footer__address {
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
}

.footer__lists {
  height: 20px;
  height: 1.25rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: 7.203%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .footer__lists {
    height: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-left: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_tel{display: none;}

@media only screen and (max-width: 768px) {
  .footer__list {
    margin-top: 20px;
    margin-top: 1.25rem;
    text-align: center;
  }

  .footer_tel{
    display: block!important;
    width: fit-content;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:-30px;
  }
  .footer_tel .fax{
    margin-top:-8px;
  }
}

.footer__list a {
  display: inline-block;
  padding: 0 15px;
  padding: 0 0.9375rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline;
}

.footer__list a:hover {
  opacity: 1;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer__copyright {
  display: block;
  margin-top: 102px;
  margin-top: 6.375rem;
  text-align: center;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 51px;
    margin-top: 3.1875rem;
  }
}

#MenuButton {
  display: block;
  padding: 0;
  width: 30px;
  width: 1.875rem;
  height: 20px;
  height: 1.25rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #MenuButton {
    display: none;
  }
}

.header__hamburger-btn .header__btn-line:nth-child(1) {
  background-color: #65AB31;
  display: block;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 1px;
  top: 0.0625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__hamburger-btn .header__btn-line:nth-child(2) {
  background-color: #65AB31;
  display: block;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  top: 9px;
  top: 0.5625rem;
}

.header__hamburger-btn .header__btn-line:nth-child(3) {
  background-color: #65AB31;
  display: block;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  width: 100%;
  bottom: 1px;
  bottom: 0.0625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__hamburger-btn.open .header__btn-line:nth-child(1) {
  -webkit-transform: translate(0.0625rem, 0.625rem) rotate(45deg);
          transform: translate(0.0625rem, 0.625rem) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__hamburger-btn.open .header__btn-line:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__hamburger-btn.open .header__btn-line:nth-child(3) {
  -webkit-transform: translate(0.0625rem, -0.375rem) rotate(-45deg);
          transform: translate(0.0625rem, -0.375rem) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header {
  width: 100%;
  max-width: 1760px;
  max-width: 110rem;
  height: 100px;
  height: 8rem;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 50px;
    height: 3.125rem;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}

.header__inner {
  height: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp_head{display: none;}

@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 0 15px;
    padding: 0 0.9375rem;
    flex-wrap: wrap;
  }
}

.header__site-name {
  color: #65AB31;
  font-size: clamp(16px, 12px + 1.25vw, 36px);
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  font-weight: 500;
  padding-left: 52px;
  padding-left: 3.25rem;
  white-space: nowrap;
  position: relative;
  white-space: nowrap;
  font-size: clamp(16px, 12px + 1.25vw, 36px);
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
}
@media only screen and (max-width: 768px) {
  .header__site-name {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 35px;
    padding-left: 2.1875rem;
  }
}

.header__site-name::before {
  content: "";
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: url(../images/logo.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .header__site-name::before {
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem;
  }
}

.header__right {
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-outer {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .header__nav-outer {
    display: none;
    margin-left: 0;
  }
}

.header__nav .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  margin-top: 0;
}

.header__nav .nav__lists::before {
  content: "";
  display: inline-block;
  width: 1px;
  width: 0.0625rem;
  height: 41px;
  height: 2.5625rem;
  background-color: #FCCC84;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__nav .nav__list {
  position: relative;
}

.header__right .nav__lists li:nth-child(1) {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right .nav__lists li:nth-child(5) {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inline {
  display: inline-block;
}

.header__nav .nav__list::after {
  content: "";
  display: inline-block;
  width: 1px;
  width: 0.0625rem;
  height: 41px;
  height: 2.5625rem;
  background-color: #FCCC84;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__nav .nav__list a {
  display: block;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.header__nav .nav__list-title--en {
  display: block;
  text-align: center;
  color: #65AB31;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.header__nav .nav__list-title--jp {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
}

.header__right-info {
  margin-left: 20px;
  margin-left: 1.25rem;
  padding:2rem 0;
}
@media only screen and (max-width: 768px) {
  .header__right-info {
    display: none;
  }
}

.header__right-info div {
  margin-top: 3px;
  margin-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #FFC92E;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  margin-bottom:-14px;
}


.header__right-info p {
  margin-top: 7px;
  margin-top: 0.4375rem;
  white-space: nowrap;
  line-height: 1.2;
}

.header__tel {
  /* font-size: 17px;
  font-size: 1.125rem; */
  font-size: 12px;
  margin-right:2px;
}

.header__tel-number {
  /* font-size: clamp(16px, 13.2px + 0.88vw, 30px);
  font-size: clamp(1rem, 0.825rem + 0.88vw, 1.875rem); */
  font-size:18px;
}
.fax{
  font-size:11px;
  margin-bottom:1rem;
  margin-right:0;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1230px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.label {
  display: inline-block;
  padding: 0px 10px;
  padding: 0rem 0.625rem;
  background-color: #65AB31;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .media {
    display: block;
  }
}

.media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media__body > *:last-child {
  margin-bottom: 0;
}

.media__title {
  font-size: 26px;
  font-size: 1.625rem;
  color: #65AB31;
  font-weight: 500;
}

.media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27.58333%;
          flex: 0 1 27.58333%;
  margin-left: 3.136%;
}
@media screen and (max-width: 768px) {
  .media__img-wrapper {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-left: 0;
  }
}

.media__img {
  width: 100%;
  border-radius: 1.25rem;
  vertical-align: bottom;
}

.media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.media--reverse .media__img-wrapper {
  margin-left: 0;
  margin-right: 1.695%;
}

@media screen and (max-width: 768px) {
  .media--reverse .media__body {
    margin-right: 0;
  }
}

.nav-wrapper {
  min-width: 207px;
  min-width: 12.9375rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media only screen and (max-width: 768px) {
  .nav-wrapper {
    margin-top: 0px;
    margin-top: 0rem;
    visibility: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s 50ms ease-out;
    transition: all 0.5s 50ms ease-out;
    z-index: 2;
  }
}

.nav-wrapper.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s 50ms ease-out;
  transition: all 0.5s 50ms ease-out;
}

.nav-wrapper__nav {
  padding-left: 20px;
  padding-left: 1.25rem;
  min-width: 196px;
  min-width: 12.25rem;
}
@media only screen and (max-width: 768px) {
  .nav-wrapper__nav {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-top:6.5rem;
  }
}

.nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 768px) {
  .nav__lists {
    margin-top: 0;
    padding-top: 60px;
    padding-top: 0.2rem;
  }
}

.nav__lists::after {
  background-color: transparent;
}

.nav-wrapper .nav__list {
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .nav-wrapper .nav__list {
    margin-top: 35px;
    margin-top: 10px;
  }
}

.nav__list:first-child {
  margin-top: 0;
}

.nav__list::before {
  background-color: transparent;
}

.nav__list a {
  display: block;
  padding-left: 36px;
  padding-left: 2.25rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav__list a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 1;
}

.nav__list a::before {
  content: "";
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  top: 58%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .nav__list a::before {
    top: 55%;
  }
}

.nav__list.outline a::before {
  background: url(../images/icon-menu01.png) no-repeat center/contain;
}

.nav__list.everyone a::before {
  background: url(../images/icon-menu02.png) no-repeat center/contain;
}

.nav__list.qa a::before {
  background: url(../images/icon-menu03.png) no-repeat center/contain;
}

.nav__list.home-visit a::before {
  background: url(../images/icon-menu04.png) no-repeat center/contain;
}

.nav__list.access a::before {
  background: url(../images/icon-menu05.png) no-repeat center/contain;
}

.nav__list-title--en {
  display: block;
  text-align: left;
  color: #F3A93B;
}

.nav__list-title--jp {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
}
@media only screen and (max-width: 768px) {
  .nav__list-title--jp {
    margin-top: -1px;
    margin-top: -0.0625rem;
  }
}

.sp-info {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-info {
    width:fit-content;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sp-info a {
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #FFC92E;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .sp-info a.fax{
    margin-top:-10px;
  }
}

.sp-info p {
  display: block;
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
}

.sp-info .header__tel {
  font-size: 20px;
  font-size: 1.25rem;
}

.sp-info .header__tel-number {
  font-size: 32px;
  font-size: 1.4rem;
}

.page-header {
  background-color: #9FD974;
}

.page-header__title {
  padding: 114px 0px 112px;
  padding: 11rem 0rem 2rem;
  position: relative;
}

.main__title--en {
  display: block;
  text-align: center;
  color: #65AB31;
  font-size: 16px;
  font-size: 1rem;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.main__title--jp {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: -4px;
  margin-top: -0.25rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .main__title--jp {
    font-size: 32px;
    font-size: 2rem;
  }
}

.section__title p {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  position: relative;
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.section__title p::before {
  content: "";
  display: inline-block;
  width: 38px;
  width: 2.375rem;
  height: 35px;
  height: 2.1875rem;
  background: url(../images/logo.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.none {
  color: transparent;
}

.time-table__inner {
  max-width: 841px;
  max-width: 52.5625rem;
  width: 100%;
  margin: 0 auto;
}

.time-table__body {
  border: 2px solid #65AB31;
  border-radius: 1.25rem;
}

.time-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.time-table__title {
  width: 24.449%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  padding: 10px 10px 8px 20px;
  padding: 0.625rem 0.625rem 0.5rem 1.25rem;
  border-bottom: 1px solid #DBE8CF;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .time-table__title {
    width: 30%;
  }
}

.time-table__text {
  width: 75.551%;
  color: #487E1F;
  border-bottom: 1px solid #DBE8CF;
  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;
  /* padding: 10px 40px 8px 46px;
  padding: 0.625rem 2.5rem 0.5rem 2.875rem; */
  white-space: nowrap;
  text-align: center;
}

.time-table__text>span{
  display: inline-block;
  width: calc(100%/7);
  height:30px;
  flex-wrap: wrap;
  align-items:start;
  text-align: center!important;
  margin:10px 0 7px;
}

.time-table__text.access>span{
  margin:3px 0 7px;
}


.time-table__text>span.yellow{
  color: #F2BD27;
}

.time-table__text span>span{
  font-size:9px;
  display: block;
  width:100%;
  color: black;
  margin-top:-4px;

}

.time-table__text.access>span>span{
  font-size:0.7rem;
  margin-top:-8px;
}

.time-table__row p {
  padding: 12px 32px 7px;
  padding: 0.75rem 2rem 0.4375rem;
}
@media only screen and (max-width: 768px) {
  .time-table__row p {
    padding: 12px 20px 7px;
    padding: 0.75rem 1.25rem 0.4375rem;
  }
}

.time-table__row--green {
  background-color: #65AB31;
  color: #fff;
  font-weight: 700;
  border-radius: 1.0625rem 1.0625rem 0 0;
}

.time-table__row--green .time-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 16px 12px 17px 20px;
  padding: 1rem 0.7rem 1.0625rem 1.25rem;
  border-bottom: none;
}

.time-table__row--green .time-table__text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  white-space: nowrap;
  /* padding: 16px 40px 17px 45px;
  padding: 1rem 2.5rem 1.0625rem 2.8125rem; */
  border-bottom: none;
  text-align: center;
}

.time-table__text span{
  text-align: center;
}

.top-section__title span {
  display: block;
  text-align: center;
}

.top-section__title--en {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFC92E;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.top-section__title--jp {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.top-info__title.top-section__title {
  margin-top: 0px;
  margin-top: 0rem;
}

.access__information {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.access__information .company-table {
  margin-top: 49px;
  margin-top: 3.0625rem;
  max-width: 838px;
  max-width: 52.375rem;
}

.access__information .company-table__title {
  width: 26.372%;
  padding: 17px 20px;
  padding: 1.0625rem 1.25rem;
  font-weight: 500;
}

.access__information .company-table__text {
  width: 73.389%;
  padding: 17px 20px 17px 66px;
  padding: 1.0625rem 1.25rem 1.0625rem 4.125rem;
}
@media only screen and (max-width: 768px) {
  .access__information .company-table__text {
    padding: 17px 20px 17px 30px;
    padding: 1.0625rem 1.25rem 1.0625rem 1.875rem;
  }
}

.access__time {
  margin-top: 180px;
  margin-top: 11.25rem;
}

.access__time .time-table {
  margin-top: 46px;
  margin-top: 2.875rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .access__time .time-table {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.access__time .time-table__inner {
  max-width: 841px;
  max-width: 52.5625rem;
}
@media only screen and (max-width: 768px) {
  .access__time .time-table__inner {
    width: 100%;
  }
}

.access__time .time-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 24.851%;
  padding: 21px 25px 18px 20px;
  padding: 1.3125rem 1.5625rem 1.125rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .access__time .time-table__title {
    width: 30%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 21px 0px 18px 20px;
    padding: 1.3125rem 0rem 1.125rem 1.25rem;
  }
}

.access__time .time-table__text {
  width: 75.149%;
  padding: 21px 80px 18px 84px;
  padding: 1.3125rem 5rem 1.125rem 5.25rem;
}
@media only screen and (max-width: 768px) {
  .access__time .time-table__text {
    width: 70%;
    padding: 21px 30px 18px 30px;
    padding: 1.3125rem 1.875rem 1.125rem 1.875rem;
  }
}

.access__time .time-table__row--green .time-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 31px 32px 30px 20px;
  padding: 1.9375rem 2rem 1.875rem 1.25rem;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 768px) {
  .access__time .time-table__row--green .time-table__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 31px 0px 30px 20px;
    padding: 1.9375rem 0rem 1.875rem 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.access__time .time-table__row--green .time-table__text {
  padding: 31px 80px 30px 84px;
  padding: 1.9375rem 5rem 1.875rem 5.25rem;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 768px) {
  .access__time .time-table__row--green .time-table__text {
    padding: 31px 30px 30px 30px;
    padding: 1.9375rem 1.875rem 1.875rem 1.875rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.access__time .time-table__row p {
  padding: 20px 62px;
  padding: 1.25rem 3.875rem;
}
@media only screen and (max-width: 768px) {
  .access__time .time-table__row p {
    padding: 20px 20px;
    padding: 1.25rem 1.25rem;
  }
}

.access__map {
  margin-top: 257px;
  margin-top: 16.0625rem;
}

.access__map .access__wrapper {
  margin-top: 50px;
  margin-top: 8.3rem;
}

.access__map .access__left {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.access__way {
  margin-top: 177px;
  margin-top: 11.0625rem;
}

.access__way__wrapper {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.access_flex{
  margin:2rem auto 0;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .access_flex{
    width:100%;
    margin:10vh 0 0;
  }
}

.access_flex dt{
  width:40%; 
}

@media only screen and (max-width: 768px) {
  .access_flex dt{
    width:100%;
  }
}

.access_flex dd{
  width:55%; 
  margin-top:1rem;
}

@media only screen and (max-width: 768px) {
  .access_flex dd{
    width:100%;
  }
}
.access_flex dd strong{
  font-size:1.6rem;
}




.everyone__medicine {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.medicine {
  padding: 66px 76px;
  padding: 4.125rem 4.75rem;
  border: 3px solid #65AB31;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .medicine {
    padding: 35px 39px 40px;
    padding: 2.1875rem 2.4375rem 2.5rem;
  }
}

.medicine__text-box {
  margin-top: 44px;
  margin-top: 2.75rem;
  line-height: 1.428;
  /* text-align: center; */
}
@media only screen and (max-width: 768px) {
  .medicine__text-box {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
}

.medicine__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.everyone__flow {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.everyone__flow-inner {
  background-color: #F6FCF2;
  border-radius: 1.25rem;
  padding: 100px 57px 105px;
  padding: 6.25rem 3.5625rem 6.5625rem;
}
@media only screen and (max-width: 768px) {
  .everyone__flow-inner {
    padding: 100px 30px 105px 35px;
    padding: 6.25rem 1.875rem 6.5625rem 2.1875rem;
  }
}

.everyone__flow .section__title p {
  padding-top: 44px;
  padding-top: 2.75rem;
  font-size: 40px;
  font-size: 2.5rem;
}

.everyone__flow-items {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media only screen and (max-width: 768px) {
  .everyone__flow-items {
    margin-top: 85px;
    margin-top: 5.3125rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 82px;
  margin-top: 5.125rem;
  padding: 34px 32px 30px 0;
  padding: 2.125rem 2rem 1.875rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow__item {
    padding: 60px 25px 34px 0;
    padding: 3.75rem 1.5625rem 2.125rem 0;
  }
}

.flow__item::after {
  content: "";
  display: inline-block;
  width: 41px;
  width: 2.5625rem;
  height: 41px;
  height: 2.5625rem;
  background: no-repeat url(../../images/icon-arrow-down.png) center/contain;
  position: absolute;
  bottom: -63px;
  bottom: -3.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .flow__item::after {
    display: none;
  }
}

dl.flow__item:first-child {
  margin-top: 0;
}

dl.flow__item:last-of-type::after {
  display: none;
}

.flow__icon-box {
  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;
  width: 113px;
  width: 7.0625rem;
  height: 113px;
  height: 7.0625rem;
  background-color: #FFC92E;
  border-radius: 50%;
  border: 7px solid #fff;
  position: absolute;
  left: -27px;
  left: -1.6875rem;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .flow__icon-box {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.flow__icon-box span {
  color: #fff;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.flow__step {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.flow__number {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.flow__text-box {
  padding-left: 106px;
  padding-left: 6.625rem;
}
@media only screen and (max-width: 768px) {
  .flow__text-box {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}

.flow__title {
  display: inline-block;
  color: #65AB31;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  padding-right: 14.5px;
  padding-right: 0.90625rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #D2EBBE;
}
@media only screen and (max-width: 768px) {
  .flow__title {
    display: block;
  }
}

.flow__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.everyone__note-book {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.page-header .nav-wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-header .nav-wrapper {
    display: block;
  }
}

.outline__info {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.outline__info-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.outline__info .media__body {
  line-height: 2;
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.outline__info .media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.542%;
          flex: 0 1 42.542%;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.outline__info .media__img {
  width: 100%;
  height: auto;
  aspect-ratio: 502/339;
  -webkit-box-shadow: 0.625rem 0.625rem 0px 0 rgb(102, 171, 49);
          box-shadow: 0.625rem 0.625rem 0px 0 rgb(102, 171, 49);
}

.outline__company {
  margin-top: 180px;
  margin-top: 11.25rem;
}

.outline__company .company-table {
  margin-top: 45px;
  margin-top: 2.8125rem;
  max-width: 754px;
  max-width: 47.125rem;
}

.outline__feature {
  margin-top: 184px;
  margin-top: 11.5rem;
}

.outline__feature-item {
  margin-top: 49px;
  margin-top: 6.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .outline__feature-item {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
}

.outline__feature-item .media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.373%;
          flex: 0 1 42.373%;
  margin-left: 1.695%;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .outline__feature-item .media__img-wrapper {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-left: 0;
  }
}

.outline__feature-item .media__img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/300;
  -webkit-box-shadow: 1.25rem 1.25rem 0px 0 rgb(102, 171, 49);
          box-shadow: 1.25rem 1.25rem 0px 0 rgb(102, 171, 49);
}

.outline__feature-item .media__title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-height: 3.75rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.outline__feature-item .media__icon {
  position: absolute;
  top: 0px;
  top: 0rem;
  left: 2px;
  left: 0.125rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .outline__feature-item .media__icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.outline__feature-item .media__icon::after {
  content: "";
  display: inline-block;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #FFC92E;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .outline__feature-item .media__icon::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.outline__feature-item .media__title {
  font-weight: 700;
  line-height: 1.423;
  padding: 12px 0 13px 73px;
  padding: 0.75rem 0 0.8125rem 4.5625rem;
}

.outline__feature-item .media__text {
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-top: 1px solid #D2EBBE;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 40px;
  margin-right: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .outline__feature-item .media__text {
    margin-top: 0px;
    margin-top: 0rem;
    margin-right: 0px;
    margin-right: 0rem;
  }
}

.outline__feature-item.media--reverse .media__title-box {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.outline__feature-item.media--reverse .media__text {
  padding-top: 19px;
  padding-top: 1.1875rem;
}

.outline__feature-item.media--reverse .media__img-wrapper {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.outline__feature-item.media--reverse .media__img {
  -webkit-box-shadow: -1.25rem 1.25rem 0 0 rgb(255, 201, 46);
          box-shadow: -1.25rem 1.25rem 0 0 rgb(255, 201, 46);
}

.qa__wrapper {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: re, -50;
}

.faq {
  margin-bottom: 49px;
  margin-bottom: 3.0625rem;
  border: 2px solid #DAE8CF;
  padding: 32px 56.5px 29px;
  padding: 2rem 3.53125rem 1.8125rem;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 15px 25px;
    padding: 0.9375rem 1.5625rem;
  }
}

/*230829fix*/
.txt_green{
  color: #65AB31;
}

.faq > *:last-child {
  margin-bottom: 0;
}

.faq__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 43px;
  min-height: 2.6875rem;
  padding-left: 76px;
  padding-left: 4.75rem;
}

.faq__question-text {
  padding: 10px 0 11px;
  padding: 0.625rem 0 0.6875rem;
}

.faq__border {
  margin-top: 28px;
  margin-top: 1.75rem;
  border-top: 2px solid #DAE8CF;
}
@media screen and (max-width: 768px) {
  .faq__border {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.faq__row--answer {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .faq__row--answer {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.faq__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .faq__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.faq__icon--question {
  background-color: #65AB31;
  color: #fff;
}

.faq__icon--answer {
  background: #FFC92E;
  color: #fff;
}

.faq__answer-body {
  padding: 12px 0 11px;
  padding: 0.75rem 0 0.6875rem;
}

.top-access {
  margin-top: 116px;
  margin-top: 7.25rem;
}

.top-access__wrapper {
  margin-top: 50px;
  margin-top: 8.3rem;
}

.top-access__company {
  margin-top: 52px;
  margin-top: 3.25rem;
}

@media only screen and (max-width: 768px) {
  .fv {
    margin-top: 50px;
    margin-top: 8.3rem;
  }
}

.top-fv__inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-fv__slide {
  width: 79.479%;
  height: auto;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .top-fv__slide {
    width: 100%;
    margin-top: 50px;
    margin-top: 5.4rem;
  }
}

.top-fv__slide-wrapper {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  position: relative;
}

.top-fv__slide__copy {
  position: absolute;
  top: 62.3%;
  left: 33px;
  left: 2.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-fv__slide__copy {
    top: 176px;
    top: 11rem;
    left: 0px;
    left: 0rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.top-fv__slide__copy::before{
  background-color: #fff;
  opacity: 0.6;
  content: "";
  display: block;
  position:absolute;
  left:0; top:0;
  width: 100%;
  height: 100%;
  z-index:-1;

}

.top-fv__slide__copy p {
  font-size: 50px;
  font-size: 3.125rem;
  padding: 12px 29px 14px;
  padding: 0.75rem 1.8125rem 0.875rem;
}
@media only screen and (max-width: 768px) {
  .top-fv__slide__copy p {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 12px 15px 11px;
    padding: 0.75rem 0.9375rem 0.6875rem;
  }
}

.top-fv__slide__images {
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 1.3125rem 1.5rem 0px 0 rgb(102, 171, 49);
          box-shadow: 1.3125rem 1.5rem 0px 0 rgb(102, 171, 49);
  border-radius: 1.25rem 0 0 1.25rem;
}
@media only screen and (max-width: 768px) {
  .top-fv__slide__images {
    -webkit-box-shadow: 1.125rem 0.8125rem 0px 0 rgb(102, 171, 49);
            box-shadow: 1.125rem 0.8125rem 0px 0 rgb(102, 171, 49);
  }
}

.slick-slide img {
  height: 597px;
  height: 37.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .slick-slide img {
    height: 496px;
    height: 31rem;
  }
}

.top-info {
  margin-top: 178px;
  margin-top: 11.125rem;
}
@media only screen and (max-width: 768px) {
  .top-info {
    margin-top: 89px;
    margin-top: 5.5625rem;
  }
}

.top-info .top-section__title--jp {
  margin-top: -8px;
  margin-top: -0.5rem;
}

.top-info__intro.media {
  margin-top: 42px;
  margin-top: 2.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .top-info__intro.media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-info__intro .media__body {
  padding-top: 51px;
  padding-top: 3.1875rem;
  line-height: 1.714;
}
@media only screen and (max-width: 768px) {
  .top-info__intro .media__body {
    padding-top: 0px;
    padding-top: 0rem;
  }
}

.top-info__intro .media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.542%;
          flex: 0 1 42.542%;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.top-info__intro .media__img {
  width: 100%;
  height: auto;
  aspect-ratio: 502/339;
  -webkit-box-shadow: 0.625rem 0.625rem 0px 0 rgb(102, 171, 49);
          box-shadow: 0.625rem 0.625rem 0px 0 rgb(102, 171, 49);
}

.top-info__announce {
  /* margin-top: 100px; */
  /* margin-top: 6.25rem; */
  border-radius: 1.25rem;
  background: no-repeat url(../images/top-okusuri-bg.jpg) left top/cover;
  position: relative;
}

.top-info__announce::after {
  content: "";
  background-color: rgba(255, 255, 255, .77);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.top-info__announce .media--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 44px 0 28px;
  padding: 2.75rem 0 1.75rem;
}
@media only screen and (max-width: 768px) {
  .top-info__announce .media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-info__announce .media__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.712%;
          flex: 0 1 42.712%;
  padding-top: 16px;
  padding-top: 1rem;
  margin-left: 12.034%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-info__announce .media__body {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 100%;
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
    margin-left: 0;
  }
}

.top-info__announce .media__title {
  padding-left: 67px;
  padding-left: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-info__announce .media__title {
    margin-left: 2%;
  }
}

.top-info__announce .media__title::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-okusuri.com.png) center/contain;
  width: 58px;
  width: 3.625rem;
  height: 60px;
  height: 3.75rem;
  position: absolute;
  bottom: 5px;
  bottom: 0.3125rem;
  left: 0;
}

.top-info__announce .media__title--l {
  font-size: 30px;
  font-size: 1.875rem;
}

.top-info__announce .media__title--s {
  font-size: 24px;
  font-size: 1.5rem;
}

.top-info__announce .media__text {
  margin-top: 46px;
  margin-top: 2.875rem;
  line-height: 1.714;
}
@media only screen and (max-width: 768px) {
  .top-info__announce .media__text {
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 0 10px;
    padding: 0 0.625rem;
  }
}

.top-info__announce .media__link {
  margin-top: 48px;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-info__announce .media__link {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-info__announce .media__link .btn {
    margin: 0 auto;
  }
}

.top-info__announce .media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15.847%;
          flex: 0 1 15.847%;
  z-index: 1;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .top-info__announce .media__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.top-info__announce .media__img {
  width: 100%;
  height: auto;
  aspect-ratio: 187/367;
}
@media only screen and (max-width: 768px) {
  .top-info__announce .media__img {
    width: 50%;
  }
}

.top-news {
  background-color: #F6FCF2;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding: 100px 0 98px;
  padding: 6.25rem 0 6.125rem;
}

.top-news__wrapper {
  max-width: 1066px;
  max-width: 66.625rem;
  border: 3px solid #65AB31;
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 0 91px 70px 85px;
  padding: 0 5.6875rem 4.375rem 5.3125rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-news__wrapper {
    padding: 0 30px 50px 30px;
    padding: 0 1.875rem 3.125rem 1.875rem;
  }
}

.top-news__title {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.top-news__posts {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.top-posts__item {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #CACCC8;
}

.top-posts__item:first-child {
  padding-top: 0;
}

.top-posts__header {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

.top-posts__date {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.top-posts__label {
  display: inline-block;
  margin-left: 3px;
  margin-left: 0.1875rem;
}

.top-posts__title {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
}

.top-posts__text {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.home-visit__intro {
  margin-top: 100px;
  margin-top: 6.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-visit__intro .media__title {
  margin-top: 75px;
  margin-top: 4.6875rem;
  font-size: 26px;
  font-size: 1.625rem;
  color: #65AB31;
}

.home-visit__intro .media__text {
  margin-top: 49px;
  margin-top: 3.0625rem;
  line-height: 1.428;
}
@media only screen and (max-width: 768px) {
  .home-visit__intro .media__text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.home-visit__intro .media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.475%;
          flex: 0 1 53.475%;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .home-visit__intro .media__img-wrapper {
    display: block;
    margin-top: 50px;
    margin-top: 8.3rem;
  }
}

.home-visit__intro .media__img {
  height: auto;
  aspect-ratio: 631/359;
}

.home-visit__case {
  margin-top: 50px;
  margin-top: 8.3rem;
}

.case-list__wrapper {
  margin-bottom: 50.5px;
  margin-bottom: 3.15625rem;
}

.case-list__title {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 2.5px;
  padding-bottom: 0.15625rem;
  border-bottom: 2px solid #65AB31;
}

.case-list__text {
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-left: 19px;
  padding-left: 1.1875rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .case-list__text {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.case-list__text::before {
  content: "";
  display: inline-block;
  width: 14px;
  width: 0.875rem;
  height: 10px;
  height: 0.625rem;
  background: no-repeat url(../images/icon-check.png) center/contain;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: 0;
}

.case-list__text:first-of-type {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.case-list__box {
  background-color: #F6FCF2;
  border-radius: 1.25rem;
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .case-list__box {
    padding: 25px 20px;
    padding: 1.5625rem 1.25rem;
  }
}

.case-list__box p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
}
/*# sourceMappingURL=styles.css.map */

.fax2{
  display: block;
  margin-top:-100px!important;
}

.w70{
  width: 100%;
  max-width: 550px;
  margin:15px auto 0;
}

@media (max-width: 700px) {
  .sp_head{
    display: flex!important;
    /* justify-content: space-between; */
    width: 100%;
    height:auto;
    background: white;
    padding:7px 1rem 4px;
    color: #F3A93B;
    font-weight: bold;
  }

  .sp_head>*{display: block;}

  .sp_head>span{
    display: block;
    color: #65AB31;
    font-size:0.9rem;
    line-height: 1.4rem!important;
    margin-right:1rem;
  }

  .sp_head>a{
    margin-top:-3px;
  }

  .sp_head .header__tel{
    font-size:0.8rem;
  }

  .sp_head .header__tel-number{
    font-size:1rem;
  }

  .w70{
    width: 100%;
    /* max-width: 300px; */
    margin:0 auto;
  }

  .access__right .access__map-box iframe {
    height: auto;
  }
}

.news_list_circle{
  li{
    display: block;
    margin-top: 5px;
    position: relative;
    padding-left: 10px;

    &::before{
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background: #487E1F;
      border-radius: 50px;
      position:absolute;
      left: 0;
      top:10px;
    }
  }
}

.top-posts__text{
  a{
    color: #487E1F;
    font-weight: bold;
  }
}