@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Waterfall&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

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

html:focus-within {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
}

a[href^="tel:"] {
  pointer-events: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a[href^="tel:"]:hover {
  opacity: 1;
}

.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-footer {
  background: rgba(0, 123, 128, 0.2);
}

.l-footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.125vw;
  padding-top: 6.5972222222vw;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    display: block;
    padding-bottom: 5.7692307692vw;
    padding-top: 12.1794871795vw;
  }
}

.l-footer__logo {
  background-image: url(../images/common/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 5.5555555556vw;
  width: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    height: 10.2564102564vw;
    width: 10.2564102564vw;
  }
}

.l-footer__info {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 1.25vw;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    font-size: max(2.0512820513vw, 16px);
    line-height: 1.75;
    margin-top: 2.3076923077vw;
  }
}

.l-footer__info address {
  font-style: normal;
}

.l-footer__right {
  margin-top: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .l-footer__right {
    margin-top: 5.7692307692vw;
  }
}

.l-footer__nav {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: block;
  }
}

.l-footer-nav__item {
  align-items: center;
  border-right: 1px solid rgba(34, 34, 34, 0.16);
  display: flex;
  min-width: 7.2222222222vw;
  padding: 0.5555555556vw 1.4583333333vw;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    border-right: none;
    display: block;
    padding: 2.5641025641vw 0;
  }
}

.l-footer-nav__item:last-child {
  border-right: none;
  padding-right: 0;
}

.l-footer-nav__link {
  display: block;
  font-size: 1.1111111111vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__link {
    font-size: max(3.0769230769vw, 16px);
  }
}

.l-footer__copyright {
  background: #007B80;
  color: #FFF;
  font-size: 1.25vw;
  letter-spacing: 0.0694444444vw;
  padding-block: 0.6944444444vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: max(3.0769230769vw, 16px);
    letter-spacing: 0.1282051282vw;
    padding-block: 1.2820512821vw;
  }
}

.l-header {
  background: #FFF;
  height: 8.3333333333vw;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 15.3846153846vw;
  }
}

.l-header__logo {
  background-image: url(../images/common/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 6.9444444444vw;
  margin-left: 8.3333333333vw;
  width: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 12.8205128205vw;
    margin-left: 0;
    width: 12.8205128205vw;
  }
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.6944444444vw 2.7777777778vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 1.2820512821vw 5.1282051282vw;
  }
}

.l-header__right {
  align-items: center;
  display: flex;
}

.l-header__nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-header-nav__item {
  align-items: center;
  border-right: 1px solid #222;
  display: flex;
  padding-block: 0.6944444444vw;
}

.l-header-nav__item:last-child {
  border-right: none;
}

.l-header-nav__link {
  display: block;
  font-size: 1.25vw;
  font-weight: 500;
  margin-inline: 2.7777777778vw;
}

@media screen and (max-width: 768px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__contact-btn {
  font-size: 1.5277777778vw;
  margin-left: 0.8333333333vw;
  padding: 0.8333333333vw 3.4722222222vw 0.8333333333vw 1.7361111111vw;
}

.l-header__contact-btn:after {
  height: 0.625vw;
  right: 1.7361111111vw;
  width: 0.625vw;
}

.l-headerDrawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-headerDrawer {
    background-color: #FFF;
    display: block;
    height: calc(100vh - 15.3846153846vw);
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    text-align: left;
    top: 15.3846153846vw;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .l-headerDrawer__inner {
    padding-top: 12.8205128205vw;
  }
}

@media screen and (max-width: 768px) {
  .is-open .l-headerDrawer {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .l-headerDrawer__nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: max(2.8205128205vw, 19px);
    font-weight: 700;
    gap: 8.9743589744vw;
  }
}

@media screen and (max-width: 768px) {
  .l-headerDrawer__contact {
    margin-top: 11.5384615385vw;
  }
}

@media screen and (max-width: 768px) {
  .l-headerDrawer__contact-btn.c-btn {
    font-size: max(2.8205128205vw, 19px);
    margin-inline: auto;
    padding: 1.5384615385vw 6.4102564103vw 1.5384615385vw 3.2051282051vw;
  }
}

@media screen and (max-width: 768px) {
  .l-headerDrawer__contact-btn.c-btn:after {
    height: 2.3076923077vw;
    margin-top: 0.641025641vw;
    right: 3.2051282051vw;
    width: 2.3076923077vw;
  }
}

.l-header__hamburgerBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__hamburgerBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 7.0512820513vw;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    transition: 0.3s;
    width: 7.0512820513vw;
  }
}

@media screen and (max-width: 768px) {
  .l-header__hamburgerBtnLine {
    background-color: #222;
    display: block;
    height: 0.5128205128vw;
    margin-inline: auto;
    transition: transform 0.3s;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translateY(-1.5384615385vw);
  }
}

@media screen and (max-width: 768px) {
  .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translateY(1.5384615385vw);
  }
}

@media screen and (max-width: 768px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translate(0, 0.5128205128vw) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translate(0, -0.5128205128vw) rotate(-45deg);
  }
}

.l-inner {
  height: 100%;
  max-width: 1440vw;
  padding-inline: 11.1111111111vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.l-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 8.3333333333vw;
  position: relative;
  top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-bottom: 15.3846153846vw;
    top: 15.3846153846vw;
  }
}

.l-pageContent {
  background: #FFF;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

.c-breadcrumb {
  position: absolute;
  z-index: 1;
}

.c-breadcrumb__inner {
  padding-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__inner {
    padding-top: 3.0769230769vw;
  }
}

.c-breadcrumb__item {
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.1388888889vw;
  padding-right: 0.0694444444vw;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: max(2.0512820513vw, 13px);
    letter-spacing: 0.2564102564vw;
    padding-right: 0.1282051282vw;
  }
}

.c-breadcrumb__link {
  color: #007B80;
  text-decoration: underline;
}

.c-breadcrumb__arrow {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__arrow {
    font-size: max(2.0512820513vw, 13px);
  }
}

.c-btn {
  align-items: center;
  background: linear-gradient(to right, #F8D904, #FF9500);
  border-radius: 16px;
  color: #FFF;
  display: flex;
  font-size: 1.5277777778vw;
  letter-spacing: 0.0694444444vw;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn:after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  display: block;
  position: absolute;
  rotate: -45deg;
}

.c-contact {
  padding-bottom: 5.2083333333vw;
  padding-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .c-contact {
    padding-bottom: 9.6153846154vw;
    padding-top: 16.6666666667vw;
  }
}

.c-contact__tel-num {
  color: #007B80;
  font-size: 3.3333333333vw;
  font-weight: 500;
  padding-top: 3.125vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-contact__tel-num {
    font-size: 6.1538461538vw;
    padding-top: 5.7692307692vw;
  }
}

.c-contact__tel-num a {
  align-items: center;
  display: flex;
  gap: 0.5555555556vw;
  justify-content: center;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-contact__tel-num a {
    gap: 1.0256410256vw;
  }
}

.c-contact__tel-num a:before {
  background-image: url(../images/common/tel_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 3.3333333333vw;
  width: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .c-contact__tel-num a:before {
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}

.c-contact__mail {
  padding-top: 4.5138888889vw;
}
@media screen and (max-width: 768px) {
  .c-contact__mail {
    padding-top: 8.3333333333vw;
  }
}

.c-contact__mail-form {
  background: #F1FDE8;
  border-radius: 16px;
  margin-top: 2.7777777778vw;
  padding: 4.8611111111vw 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .c-contact__mail-form {
    margin-top: 5.1282051282vw;
    padding: 8.9743589744vw 3.8461538462vw;
  }
}

.c-contact-form__item {
  font-size: 1.3888888889vw;
  letter-spacing: 0.1041666667vw;
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .c-contact-form__item {
    font-size: max(3.0769230769vw, 16px);
    letter-spacing: 0.1923076923vw;
    margin-top: 2.8205128205vw;
  }
}

.c-contact-form__item:first-child {
  margin-top: 0;
}

.c-form-item__title {
  color: #1F575A;
  font-weight: 600;
}

.c-form-item__title .required {
  color: #DE1313;
}

.c-form-item__detail {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .c-form-item__detail {
    margin-top: 1.2820512821vw;
  }
}

.c-form-item__field {
  border: 2px solid #E5E5E5;
  padding: 0.5555555556vw 0.3472222222vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-form-item__field {
    padding: 1.9230769231vw 0.641025641vw;
  }
}

textarea.c-form-item__field {
  height: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  textarea.c-form-item__field {
    height: 38.4615384615vw;
  }
}

.c-form-item__privacy {
  display: flex;
  gap: 0.6944444444vw;
  justify-content: center;
  padding-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy {
    gap: 1.2820512821vw;
    padding-top: 4.6153846154vw;
  }
}

.c-form-item__privacy input {
  border: 1px solid #222;
  height: 1.1805555556vw;
  width: 1.1805555556vw;
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy input {
    height: 4.1025641026vw;
    width: 4.1025641026vw;
  }
}

.c-form-item__privacy-link {
  font-size: 0.9722222222vw;
  letter-spacing: 0.0069444444vw;
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy-link {
    font-size: max(2.5641025641vw, 13px);
    letter-spacing: 0.0128205128vw;
  }
}

.c-form-item__privacy-link a {
  text-decoration: underline;
}

.c-contact__btnWrap {
  margin-top: 2.7777777778vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-contact__btnWrap {
    margin-top: 5.1282051282vw;
  }
}

.c-contact__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #007B80;
  border: none;
  color: #FFF;
  font-size: 1.6666666667vw;
  font-weight: 500;
  height: 6.25vw;
  width: 34.7222222222vw;
}
@media screen and (max-width: 768px) {
  .c-contact__btn {
    font-size: max(3.5897435897vw, 16px);
    height: 11.5384615385vw;
    width: 64.1025641026vw;
  }
}

.c-contact-privacy__inner {
  padding-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__inner {
    padding-top: 7.6923076923vw;
  }
}

.c-contact-privacy__list {
  padding-top: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list {
    padding-top: 6.1538461538vw;
  }
}

.c-contact-privacy__list-item {
  font-weight: 500;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-item {
    margin-top: 5.1282051282vw;
  }
}

.c-contact-privacy__list-item:first-child {
  margin-top: 0;
}

.c-contact-privacy__list-title {
  color: #1F575A;
  font-size: 1.6666666667vw;
  letter-spacing: 0.125vw;
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-title {
    font-size: max(3.5897435897vw, 17px);
    letter-spacing: 0.2307692308vw;
  }
}

.c-contact-privacy__list-text {
  font-size: 1.1111111111vw;
  letter-spacing: 0.0833333333vw;
  line-height: 1.7;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-text {
    font-size: max(3.0769230769vw, 15px);
    letter-spacing: 0.1538461538vw;
    line-height: 1.7;
    margin-top: 3.2051282051vw;
  }
}

.c-content__list-title {
  background: #EFEFEF;
  color: #007B80;
  font-size: 1.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.1388888889vw;
  padding: 0.9722222222vw 1.25vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-content__list-title {
    font-size: max(3.5897435897vw, 16px);
    letter-spacing: 0.2564102564vw;
    padding: 1.7948717949vw 2.3076923077vw;
  }
}

.c-content__list-title:before {
  background: #007B80;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.625vw;
}
@media screen and (max-width: 768px) {
  .c-content__list-title:before {
    width: 1.1538461538vw;
  }
}

.c-content__list-content {
  align-items: center;
  display: flex;
  gap: 6.9444444444vw;
  padding: 3.125vw 1.25vw 5vw;
}
@media screen and (max-width: 768px) {
  .c-content__list-content {
    flex-direction: column;
    padding: 5.7692307692vw 2.3076923077vw 9.2307692308vw;
  }
}

.c-content__list-item:nth-of-type(even) .c-content__list-content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-content__list-item:nth-of-type(even) .c-content__list-content {
    flex-direction: column;
  }
}

.c-content__list-text {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.1041666667vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-content__list-text {
    font-size: max(3.0769230769vw, 15px);
    letter-spacing: 0.1923076923vw;
  }
}

.c-content__list-link {
  color: #1D00EE;
  text-decoration: underline;
}

.c-content__list-image {
  flex-shrink: 0;
  height: 20.8333333333vw;
  position: relative;
  width: 31.25vw;
}
@media screen and (max-width: 768px) {
  .c-content__list-image {
    height: 38.4615384615vw;
    width: 57.6923076923vw;
  }
}

.c-content__list-image:after {
  background: rgba(0, 123, 128, 0.2);
  border-radius: 16px;
  content: "";
  display: block;
  height: 20.8333333333vw;
  left: -1.3888888889vw;
  position: absolute;
  top: 1.3888888889vw;
  width: 31.25vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-content__list-image:after {
    height: 38.4615384615vw;
    left: -2.5641025641vw;
    top: 2.5641025641vw;
    width: 57.6923076923vw;
  }
}

.c-content__list-item:nth-of-type(even) .c-content__list-image:after {
  left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .c-content__list-item:nth-of-type(even) .c-content__list-image:after {
    left: 2.5641025641vw;
  }
}

.c-pageFv {
  background-image: url(../images/common/page_fv.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 16.6666666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pageFv {
    background-position: bottom right;
    background-size: 184.6153846154vw;
    height: 30.7692307692vw;
  }
}

.c-pageFv__title {
  bottom: -8.6805555556vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pageFv__title {
    bottom: -16.0256410256vw;
  }
}

.c-pageFv__title > * {
  position: relative;
}

.c-pageFv__title-ja {
  font-size: 2.7777777778vw;
  font-weight: 600;
  line-height: 0.65;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-ja {
    font-size: 5.1282051282vw;
  }
}

.c-pageFv__title-en {
  color: #E6F0E0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 9.7222222222vw;
  letter-spacing: 0.5555555556vw;
  line-height: 0.85;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-en {
    font-size: 17.9487179487vw;
    letter-spacing: 1.0256410256vw;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
}

.c-title__en {
  color: #007B80;
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.9444444444vw;
  font-weight: 500;
  letter-spacing: 0.6944444444vw;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .c-title__en {
    font-size: 12.8205128205vw;
    letter-spacing: 1.2820512821vw;
  }
}

.c-title__ja {
  font-size: 2.3611111111vw;
  letter-spacing: 0.1527777778vw;
}
@media screen and (max-width: 768px) {
  .c-title__ja {
    font-size: 4.358974359vw;
    letter-spacing: 0.2820512821vw;
  }
}

.c-sec-title {
  background: linear-gradient(to right, #007B80, #8EFFA0);
  border-radius: 16px;
  color: #FFF;
  font-size: 1.1111111111vw;
  letter-spacing: 0.1041666667vw;
  padding: 0.6944444444vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .c-sec-title {
    font-size: max(3.5897435897vw, 17px);
    letter-spacing: 0.1923076923vw;
    padding: 1.0256410256vw 2.5641025641vw 1.5384615385vw;
  }
}

.p-business {
  background-image: url(../images/top/business_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  height: 42.3611111111vw;
  left: 0;
  margin-top: 7.2916666667vw;
  position: relative;
  width: 95.4861111111vw;
}
@media screen and (max-width: 768px) {
  .p-business {
    background-size: 100% 100%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    height: 116.6666666667vw;
    margin-top: 13.4615384615vw;
  }
}

.p-business__inner {
  padding-left: 11.1111111111vw;
  padding-right: 6.25vw;
  padding-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-business__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5.1282051282vw;
  }
}

.p-business__head {
  padding-top: 4.5138888889vw;
}
@media screen and (max-width: 768px) {
  .p-business__head {
    padding-top: 1.9230769231vw;
  }
}

.p-business__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-business__body {
    flex-direction: column;
  }
}

.p-business__content {
  padding-top: 3.3333333333vw;
  width: 27.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-business__content {
    padding-top: 6.1538461538vw;
    width: 100%;
  }
}

.p-business__text {
  color: #007B80;
  font-size: 1.5277777778vw;
  font-weight: 600;
  letter-spacing: 0.1111111111vw;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-business__text {
    font-size: max(2.8205128205vw, 14px);
    letter-spacing: 0.2051282051vw;
  }
}

.p-business__btnWrap {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-business__btnWrap {
    margin-top: 3.8461538462vw;
  }
}

.p-business__btn {
  padding: 0.8333333333vw 3.4722222222vw 0.8333333333vw 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .p-business__btn {
    font-size: max(2.8205128205vw, 14px);
    padding: 1.5384615385vw 6.4102564103vw 1.5384615385vw 3.2051282051vw;
  }
}

.p-business__btn:after {
  height: 0.625vw;
  right: 1.7361111111vw;
  width: 0.625vw;
}
@media screen and (max-width: 768px) {
  .p-business__btn:after {
    height: 1.6666666667vw;
    margin-top: 0.641025641vw;
    right: 3.2051282051vw;
    width: 1.6666666667vw;
  }
}

.p-business__image {
  display: flex;
  gap: 1.1111111111vw;
  position: relative;
  top: -11.8055555556vw;
}
@media screen and (max-width: 768px) {
  .p-business__image {
    gap: 4.1025641026vw;
    margin-top: 6.4102564103vw;
    top: 0;
  }
}

.p-business__image-item img {
  border-radius: 8px;
  box-shadow: 7px 7px 0 0 rgba(0, 123, 128, 0.4);
  position: relative;
  width: 15.2777777778vw;
}
@media screen and (max-width: 768px) {
  .p-business__image-item img {
    width: 28.2051282051vw;
  }
}

.p-business__image-item:nth-of-type(2) img {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-business__image-item:nth-of-type(2) img {
    margin-top: 0;
  }
}

.p-business__image-item:nth-of-type(3) img {
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-business__image-item:nth-of-type(3) img {
    margin-top: 0;
  }
}

.p-businessContent__inner {
  padding-bottom: 6.5972222222vw;
  padding-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-businessContent__inner {
    padding-bottom: 11.5384615385vw;
    padding-top: 16.6666666667vw;
  }
}

.p-businessContent__maintenance-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-businessContent__maintenance-wrap {
    overflow-y: scroll;
    width: calc(100vw - 20px);
  }
}

.p-businessContent__maintenance-title {
  background: #0E787B;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  color: #FFF;
  font-size: 1.7361111111vw;
  padding-block: 0.2083333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-businessContent__maintenance-title {
    font-size: max(3.5897435897vw, 16px);
    padding-block: 0.641025641vw;
    padding-left: 2.5641025641vw;
    text-align: left;
    width: 256.4102564103vw;
  }
}

.p-businessContent__maintenance {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-businessContent__maintenance {
    width: 256.4102564103vw;
  }
}

.p-businessContent__maintenance thead tr th {
  background: #C5E0B4;
  font-size: 1.5972222222vw;
  padding-block: 0.9027777778vw;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-businessContent__maintenance thead tr th {
    font-size: max(3.3333333333vw, 16px);
    padding-block: 1.6666666667vw;
  }
}

.p-businessContent__maintenance tbody tr {
  vertical-align: top;
}

.p-businessContent__maintenance tbody tr td {
  background: #EBF1E9;
  font-size: 1.3194444444vw;
  letter-spacing: -0.0555555556vw;
  line-height: 2.35;
  padding-bottom: 1.3888888889vw;
  padding-top: 0.4861111111vw;
}
@media screen and (max-width: 768px) {
  .p-businessContent__maintenance tbody tr td {
    font-size: max(3.0769230769vw, 15px);
  }
}

.p-businessContent__maintenance tbody tr td span {
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-businessContent__maintenance tbody tr td span {
    font-size: max(2.5641025641vw, 10px);
  }
}

.p-caseStudy {
  margin-top: 7.9861111111vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-caseStudy {
    margin-top: 14.7435897436vw;
  }
}

.p-caseStudy__inner:after {
  background-image: url(../images/top/dot_large.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -6.9444444444vw;
  content: "";
  display: block;
  height: 37.9861111111vw;
  position: absolute;
  right: 0;
  width: 89.0972222222vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__inner:after {
    background-size: cover;
    bottom: -12.8205128205vw;
    height: 70.1282051282vw;
    width: 100%;
  }
}

.p-caseStudy__head {
  position: relative;
  text-align: center;
}

.p-caseStudy__head:after {
  background: rgba(0, 123, 128, 0.2);
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  content: "";
  display: block;
  height: 8.3333333333vw;
  position: absolute;
  right: -11.1111111111vw;
  top: 2.4305555556vw;
  width: 88.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__head:after {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    height: 14.7435897436vw;
    right: -20px;
    top: 4.4871794872vw;
    width: 105%;
  }
}

.p-caseStudy__head .c-title__en {
  font-size: 8.3333333333vw;
  letter-spacing: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__head .c-title__en {
    font-size: 15.3846153846vw;
    letter-spacing: 1.5384615385vw;
  }
}

.p-caseStudy__body {
  padding-top: 3.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__body {
    padding-top: 6.1538461538vw;
  }
}

.p-caseStudy__copy {
  font-size: 1.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.0694444444vw;
  line-height: 1.62;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__copy {
    font-size: max(3.0769230769vw, 14px);
    letter-spacing: 0.1282051282vw;
  }
}

.p-caseStudy__listWrap {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__listWrap {
    margin-top: 5.1282051282vw;
  }
}

.p-caseStudy__list {
  display: flex;
  gap: 3.4722222222vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__list {
    flex-direction: column;
    gap: 6.4102564103vw;
  }
}

.p-caseStudy__item {
  background: #007B80;
  border-radius: 12px;
  padding: 1.3888888889vw;
  width: 32.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__item {
    margin-inline: auto;
    padding: 2.5641025641vw;
    width: 75%;
  }
}

.p-caseStudy__text {
  color: #FFF;
  font-size: 1.8055555556vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__text {
    font-size: max(3.3333333333vw, 15px);
  }
}

.p-caseStudy__image {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__image {
    margin-top: 2.5641025641vw;
  }
}

.p-caseStudy__btnWrap {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__btnWrap {
    margin-top: 5.1282051282vw;
  }
}

.p-caseStudy__btn {
  margin-inline: auto;
  padding: 0.8333333333vw 3.4722222222vw 0.8333333333vw 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__btn {
    font-size: max(2.8205128205vw, 14px);
    padding: 1.5384615385vw 6.4102564103vw 1.5384615385vw 3.2051282051vw;
  }
}

.p-caseStudy__btn:after {
  height: 0.625vw;
  right: 1.7361111111vw;
  width: 0.625vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudy__btn:after {
    height: 1.6666666667vw;
    margin-top: 0.641025641vw;
    right: 3.2051282051vw;
    width: 1.6666666667vw;
  }
}

.p-caseStudyContent__inner {
  padding-bottom: 2.0833333333vw;
  padding-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-caseStudyContent__inner {
    padding-bottom: 3.8461538462vw;
    padding-top: 16.6666666667vw;
  }
}

.p-company {
  position: relative;
}

.p-company:before {
  background: linear-gradient(to bottom, #FFF, #E6F0E0);
  bottom: 0;
  content: "";
  display: block;
  height: 85.7638888889vw;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company:before {
    height: 158.3333333333vw;
  }
}

.p-company__inner {
  padding-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding-bottom: 5.1282051282vw;
    padding-top: 15.3846153846vw;
  }
}

.p-company__head {
  text-align: center;
}

.p-company__body {
  padding-bottom: 8.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-company__body {
    padding-bottom: 15.641025641vw;
  }
}

.p-company .c-title__en {
  font-size: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-company .c-title__en {
    font-size: 15.3846153846vw;
  }
}

.p-company__listWrap {
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .p-company__listWrap {
    margin-top: 3.2051282051vw;
  }
}

.p-company__list {
  display: flex;
  gap: 1.3888888889vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-company__list {
    flex-direction: column;
    gap: 5.7692307692vw;
  }
}

.p-company__item {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(12, 12, 13, 0.1), 0 4px 4px 0 rgba(12, 12, 13, 0.05);
}
@media screen and (max-width: 768px) {
  .p-company__item {
    margin-inline: auto;
    width: 75%;
  }
}

.p-company__titleWrap {
  line-height: 1.42;
  padding: 1.0416666667vw 1.0416666667vw 0.6944444444vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company__titleWrap {
    padding: 1.9230769231vw 1.9230769231vw 1.2820512821vw;
  }
}

.p-company__titleWrap:after {
  background-image: url(../images/top/green_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2.0833333333vw;
  position: absolute;
  right: 1.0416666667vw;
  top: 1.7361111111vw;
  width: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-company__titleWrap:after {
    height: 4.4871794872vw;
    right: 2.5641025641vw;
    top: 5.7692307692vw;
    width: 3.2051282051vw;
  }
}

.p-company__title-ja {
  color: #007B80;
  font-size: 1.8055555556vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-company__title-ja {
    font-size: max(3.3333333333vw, 16px);
  }
}

.p-company__title-en {
  color: rgba(34, 34, 34, 0.5);
}
@media screen and (max-width: 768px) {
  .p-company__title-en {
    font-size: max(2.0512820513vw, 14px);
  }
}

.p-company__bg {
  background-image: url(../images/top/company_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  height: 25.9722222222vw;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__bg {
    background-size: 100% 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 38.4615384615vw;
  }
}

.p-companyAccess__inner {
  padding-bottom: 2.7777777778vw;
  padding-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-companyAccess__inner {
    padding-bottom: 5.1282051282vw;
    padding-top: 7.6923076923vw;
  }
}

.p-companyAccess__content {
  padding: 2.4305555556vw 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-companyAccess__content {
    padding: 4.4871794872vw 0;
  }
}

.p-companyAccess__info {
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.1041666667vw;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-companyAccess__info {
    font-size: max(2.5641025641vw, 14px);
    letter-spacing: 0.1923076923vw;
  }
}

.p-companyAccess__map {
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .p-companyAccess__map {
    margin-top: 3.2051282051vw;
  }
}

.p-companyAccess__map iframe {
  height: 23.6111111111vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-companyAccess__map iframe {
    height: 43.5897435897vw;
  }
}

.p-companyInfo__inner {
  padding-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-companyInfo__inner {
    padding-top: 16.6666666667vw;
  }
}

.p-companyInfo__list {
  padding-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-companyInfo__list {
    padding-top: 2.5641025641vw;
  }
}

.p-companyInfo__list-item {
  border-bottom: 1px solid #254FBB;
  display: flex;
  font-size: 1.25vw;
  font-weight: 500;
  gap: 2.7777777778vw;
  padding-bottom: 0.9722222222vw;
  padding-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-companyInfo__list-item {
    flex-direction: column;
    font-size: max(3.0769230769vw, 15px);
    gap: 1.2820512821vw;
    padding-bottom: 1.7948717949vw;
    padding-top: 1.9230769231vw;
  }
}

.p-companyInfo__list-title {
  min-width: 15.2777777778vw;
}
@media screen and (max-width: 768px) {
  .p-companyInfo__list-title {
    min-width: none;
  }
}

.p-fvWrap {
  position: relative;
}

.p-fv {
  background-image: url(../images/top/fv.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 41.6666666667vw;
  left: 0;
  position: absolute;
  width: 94.4444444444vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-fv {
    background-position: top right;
    background-size: cover;
    height: 76.9230769231vw;
    width: 95%;
  }
}

.p-fv__title {
  color: #007B80;
  font-size: 4.1666666667vw;
  padding-top: 19.4444444444vw;
  position: relative;
  text-shadow: 0 4px 4px rgba(12, 12, 13, 0.1), 0 4px 4px rgba(12, 12, 13, 0.05);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    font-size: 7.6923076923vw;
    padding-top: 35.8974358974vw;
  }
}

.p-fv__copy {
  color: #88FFD4;
  font-family: "Waterfall", cursive;
  font-size: 8.4722222222vw;
  left: 29.1666666667vw;
  position: absolute;
  rotate: -10deg;
  top: 17.0138888889vw;
}
@media screen and (max-width: 768px) {
  .p-fv__copy {
    font-size: 10.5128205128vw;
    left: 39.7435897436vw;
    top: 36.5384615385vw;
  }
}

.p-message__inner {
  padding-top: 47.9166666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-message__inner {
    padding-top: 88.4615384615vw;
  }
}

.p-message__inner:after {
  background-image: url(../images/top/dot.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -17.7083333333vw;
  content: "";
  display: block;
  height: 34.375vw;
  left: 0;
  position: absolute;
  width: 89.0972222222vw;
}
@media screen and (max-width: 768px) {
  .p-message__inner:after {
    background-size: cover;
    bottom: -32.6923076923vw;
    height: 63.4615384615vw;
    width: 95%;
  }
}

.p-message__head {
  background: linear-gradient(to bottom, #007B80, #8EFFA0);
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  height: 53.8194444444vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 40.3472222222vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-message__head {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    height: 92.3076923077vw;
    width: 43.5897435897vw;
  }
}

.p-message__head h2 {
  bottom: -0.6944444444vw;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 8.3333333333vw;
  font-weight: 400;
  left: 2.7777777778vw;
  letter-spacing: 0.4861111111vw;
  line-height: 0.7;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-message__head h2 {
    bottom: -1.2820512821vw;
    font-size: 11.5384615385vw;
    left: 3.2051282051vw;
    letter-spacing: 0.8974358974vw;
  }
}

.p-message__body {
  background-image: url(../images/top/message_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  color: #FFF;
  font-weight: 500;
  height: 27.7777777778vw;
  padding-top: 7.2916666667vw;
  position: relative;
  right: -4.5138888889vw;
  width: 95.4861111111vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-message__body {
    background-position: 10% center;
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    height: 64.1025641026vw;
    padding-top: 5.7692307692vw;
    right: -5%;
    width: 95%;
  }
}

.p-message__content {
  left: calc(50% - 1.3888888889vw);
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-message__content {
    left: calc(50% - 2.5641025641vw);
  }
}

.p-message__title {
  font-size: 2.2222222222vw;
  margin-inline: auto;
  text-align: center;
  width: 14.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-message__title {
    font-size: max(4.1025641026vw, 20px);
    width: 27.1794871795vw;
  }
}

.p-message__title:after {
  background: #FFF;
  content: "";
  display: block;
  height: 0.1388888889vw;
  margin-top: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .p-message__title:after {
    height: 0.2564102564vw;
    margin-top: 0.641025641vw;
  }
}

.p-message__text {
  font-size: 1.6666666667vw;
  letter-spacing: 0.0694444444vw;
  line-height: 1.6;
  margin-inline: auto;
  padding-top: 2.4305555556vw;
  width: 60.4861111111vw;
}
@media screen and (max-width: 768px) {
  .p-message__text {
    font-size: max(3.0769230769vw, 16px);
    letter-spacing: 0.1282051282vw;
    padding-top: 3.2051282051vw;
    width: 79.4871794872vw;
  }
}

.p-recruit {
  background-image: url(../images/recruit/recruit_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  font-size: 1.3888888889vw;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.1111111111vw;
}
@media screen and (max-width: 999px) {
  .p-recruit {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit {
    font-size: max(3.0769230769vw, 15px);
    letter-spacing: 0.2051282051vw;
    position: relative;
  }
}

@media screen and (max-width: 999px) {
  .p-recruit:before, .p-recruit:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 13.8461538462vw;
    position: absolute;
    width: 19.2307692308vw;
  }
}

@media screen and (max-width: 999px) {
  .p-recruit:before {
    background-image: url(../images/common/top_right_bg.png);
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 999px) {
  .p-recruit:after {
    background-image: url(../images/common/bottom_left_bg.png);
    bottom: 0;
    left: 0;
  }
}

.p-recruit__inner {
  padding: 7.2916666667vw 18.75vw 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-recruit__inner {
    padding: 16.6666666667vw 20px 10.2564102564vw;
  }
}

.p-recruit__text {
  border-bottom: 2px solid #007B80;
  line-height: 2.5vw;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-recruit__text {
    line-height: 4.6153846154vw;
    padding-bottom: 5.7692307692vw;
  }
}

.p-recruit__tel {
  color: #007B80;
  display: flex;
  font-size: 2.2222222222vw;
  justify-content: center;
  padding-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-recruit__tel {
    font-size: max(4.6153846154vw, 22px);
    padding-top: 5.7692307692vw;
  }
}

.p-recruit__tel-num a {
  align-items: center;
  display: flex;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .p-recruit__tel-num a {
    gap: 1.2820512821vw;
  }
}

.p-recruit__tel-num a:before {
  background-image: url(../images/common/tel_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 2.2222222222vw;
  width: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-recruit__tel-num a:before {
    height: 5.641025641vw;
    width: 5.641025641vw;
  }
}

.p-topMessage {
  background-image: url(../images/message/message_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  font-size: 1.3888888889vw;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.1111111111vw;
}
@media screen and (max-width: 999px) {
  .p-topMessage {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .p-topMessage {
    font-size: max(3.0769230769vw, 15px);
    letter-spacing: 0.2051282051vw;
    position: relative;
  }
}

@media screen and (max-width: 999px) {
  .p-topMessage:before, .p-topMessage:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 13.8461538462vw;
    position: absolute;
    width: 19.2307692308vw;
  }
}

@media screen and (max-width: 999px) {
  .p-topMessage:before {
    background-image: url(../images/common/top_right_bg.png);
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 999px) {
  .p-topMessage:after {
    background-image: url(../images/common/bottom_left_bg.png);
    bottom: 0;
    left: 0;
  }
}

.p-topMessage__inner {
  padding-bottom: 7.9861111111vw;
  padding-top: 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  .p-topMessage__inner {
    padding-bottom: 14.7435897436vw;
    padding-top: 16.6666666667vw;
  }
}

.p-topMessage__text {
  line-height: 1.7;
}

.p-topMessage__name {
  color: #007B80;
  margin-top: 1.7361111111vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-topMessage__name {
    margin-top: 3.2051282051vw;
  }
}

.u-alternative {
  font-size: 0;
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */
