@charset "UTF-8";
/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

dialog {
  margin: 0;
  padding: 0;
}

:root {
  --scrollbar: 17px;
  --decorationText: "Damion", cursive;
}

html {
  font-size: calc((100vw - var(--scrollbar)) / 1440 * 10 / 1920 * 1620);
  /* ハードウェアアクセラレーションを有効化 */
  /* アニメーションの最適化 */
  /*-ブレイクポイント1920px-*/
  /*-ブレイクポイント1620px-*/
  /*-ブレイクポイント1440px-*/
  /*-ブレイクポイント1300px-*/
  /*-ブレイクポイント767px-*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 70.3125%;
  }
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 10);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
textarea {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: "";
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

button {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  color: #3C3C3C;
}

a {
  color: #3C3C3C;
}

/*button:focus-visible{outline: thin dotted #333;}*/
* {
  font-family: "Lato", sans-serif;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #f9fbfb;
  color: #3C3C3C;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.br-pc {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/* Damion - Regular */
@font-face {
  font-family: "Damion";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/sym-advance/fonts/damion-v15-latin-regular.woff2") format("woff2");
  font-display: swap;
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v25-latin-regular.woff2") format("woff2");
  font-display: swap;
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v25-latin-700.woff2") format("woff2");
  font-display: swap;
}
/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.pc-none {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.wrapper {
  width: min(115.2rem, 100%);
  margin-inline: auto;
  padding: 16rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    padding: 8rem 3.2rem;
  }
}
.wrapper.last {
  padding: 16rem 3.2rem 24rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper.last {
    padding: 8rem 3.2rem 16rem;
  }
}

/* ------------------------------------------------------------

タイトル

------------------------------------------------------------ */
.heading__ja {
  font-weight: 700;
}
.heading__ja::before {
  content: "●";
  width: 12rem;
  height: 12rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  padding-right: 0.8rem;
}
.heading__en {
  font-size: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading__en {
    font-size: 5.6rem;
  }
}

.headingWhite {
  color: #fff;
}
.headingWhite__ja::before {
  content: "●";
  width: 12rem;
  height: 12rem;
  line-height: 1;
  padding-right: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headingWhite__en {
  font-size: 8rem;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .headingWhite__en {
    font-size: 5.6rem;
  }
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.button {
  background: #F9F9F9;
  border-radius: 6rem;
  padding: 0.8rem 2.4rem;
  width: 24rem;
  font-weight: 600;
  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;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #619b8d;
          box-shadow: 0.4rem 0.4rem 0.4rem #619b8d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.button img {
  width: 4rem;
  height: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .button img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.button--gradation {
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  border-radius: 6rem;
  padding: 0.8rem 2.4rem;
  width: 24rem;
  font-weight: 600;
  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;
  color: #F9F9F9;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button--gradation:hover {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button--gradation img {
  width: 4rem;
  height: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .button--gradation img {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.viewMore {
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin: 0 0 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.viewMore:hover {
  color: #269695;
}
.viewMore::before {
  content: "";
  width: 3.2rem;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
}

.contactButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  height: 8rem;
  width: 16rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
.contactButton span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.contactButton img {
  width: 2.8rem;
  height: auto;
}

.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -10rem;
  left: 0;
  width: 3rem;
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
@media screen and (max-width: 1024px) {
  .kiran::before {
    display: none;
  }
}
.kiran:hover::before {
  -webkit-animation: kiran 0.8s linear;
          animation: kiran 0.8s linear;
}
@media screen and (max-width: 1024px) {
  .kiran:hover::before {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* ------------------------------------------------------------

ページタイトル

------------------------------------------------------------ */
.pageTitle {
  position: relative;
}
.pageTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/background/page_header.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 60rem;
  z-index: -1;
}
.pageTitle .pageHeading {
  width: min(115.2rem, 100%);
  margin-inline: auto;
  padding: 24rem 3.2rem 4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle .pageHeading {
    margin-inline: 0;
    width: min(129.6rem, 100%);
    padding: 24rem 3.2rem 4rem;
  }
}
.pageTitle .pageHeading__en {
  font-size: 9.6rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle .pageHeading__en {
    font-size: 6rem;
  }
}
.pageTitle .pageHeading__ja {
  font-size: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle .pageHeading__ja {
    font-size: 2rem;
  }
}

/* ------------------------------------------------------------

パンくずリスト

------------------------------------------------------------ */
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.breadcrumb__item:not(:last-child)::after {
  content: "•";
  width: 1.2rem;
  margin-left: 0.8rem;
  color: #9DA3A2;
}
.breadcrumb__item:last-child {
  color: #6e6e6e;
}
.breadcrumb__link {
  color: #9DA3A2;
  font-size: 1.4rem;
}

/* ------------------------------------------------------------

ページネーション

------------------------------------------------------------ */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pagination {
    gap: 0.8rem;
  }
}
.pagination .page-numbers {
  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;
  width: 4rem;
  height: 4rem;
  font-weight: 700;
  gap: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pagination .page-numbers {
    gap: 0.8rem;
  }
}
.pagination .page-numbers.current {
  background: #269695;
  color: #fff;
  border-radius: 0.4rem;
}
.pagination .page-numbers.prev {
  font-weight: 700;
}
.pagination .page-numbers.prev::before {
  content: "•";
  margin: 0 0.5rem;
  color: #269695;
}
.pagination .page-numbers.next {
  font-weight: 700;
}
.pagination .page-numbers.next::after {
  content: "•";
  margin: 0 0.5rem;
  color: #269695;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  min-width: auto;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fadeup.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ------------------------------------------------------------

Header

------------------------------------------------------------ */
.header {
  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;
  width: 100%;
  height: 8rem;
  padding-left: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header {
    padding-left: 2rem;
  }
}
.header.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.header.is-scrolled {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}
.header__logo h1 a {
  display: block;
  width: 20.7rem;
}
.header__logo h1 a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.header__nav {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem;
}
.header__nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav ul li a {
  color: #269695;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header .menuButton {
  width: 6.4rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  aspect-ratio: 1/1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  -webkit-transition: background 0.3s, -webkit-filter 0.3s;
  transition: background 0.3s, -webkit-filter 0.3s;
  transition: background 0.3s, filter 0.3s;
  transition: background 0.3s, filter 0.3s, -webkit-filter 0.3s;
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header .menuButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .menuButton .border {
  position: absolute;
  width: 3rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header .menuButton .border:nth-child(1) {
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}
.header .menuButton .border:nth-child(3) {
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
  scale: 0.7 1;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.header .menuButton.active .border:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .menuButton.active .border:nth-child(2) {
  opacity: 0;
}
.header .menuButton.active .border:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  scale: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header .spMenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .spMenu.active {
  opacity: 1;
  visibility: visible;
}
.header .spMenu.active .spMenu__inner {
  translate: 0 0;
}
.header .spMenu__inner {
  background: #F6F9F1;
  width: 100%;
  height: 100dvh;
  margin-left: auto;
  position: relative;
  translate: 100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  overflow-y: auto;
}
.header .spMenu__logo {
  width: 100%;
  padding-left: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .spMenu__logo a {
  width: 20.7rem;
}
.header .spMenu__logo a img {
  width: 100%;
  height: auto;
}
.header .spMenu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 12rem 4rem 4rem;
}
.header .spMenu__navTitle {
  color: #269695;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #f1f1f1;
  width: 100%;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.header .spMenu__contact {
  width: 100%;
  padding: 2rem 2.4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  border-radius: 0.8rem;
}
.header .spMenu__contact a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .spMenu__contact a .spMenu__title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.header .spMenu__contact a .spMenu__text {
  display: inline-block;
  font-size: 1.2rem;
}
.header .spMenu__info {
  width: 100%;
  padding: 2rem 2.4rem;
  background: #FFFFFF;
  border-radius: 0.8rem;
  color: #5b5b5b;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .spMenu__info a {
  font-weight: 700;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #5b5b5b;
}
.header .spMenu__info a img {
  width: 3.2rem;
  height: 3.2rem;
}
.header .spMenu__hours {
  font-size: 1.2rem;
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
.footerContact {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footerContact {
    height: 60rem;
  }
}
.footerContact picture {
  display: block;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footerContact picture {
    height: auto;
  }
}
.footerContact picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.footerContact__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footerContact__image {
    height: auto;
  }
}
.footerContact__content {
  background: #F9F9F9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12rem;
  z-index: 2;
  padding: 5.4rem;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footerContact__content {
    padding: 4rem;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    gap: 2rem;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    min-height: 26rem;
    border-radius: 1.6rem 1.6rem 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footerContact__content .heading__en {
  font-size: 5.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footerContact__content .heading__en {
    font-size: 4.8rem;
  }
}

.footer {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url("../img/background/dot.svg");
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  position: relative;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.footer__companyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__companyInfo {
    gap: 4rem;
  }
}
.footer__infoGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.footer__logo {
  width: 40rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__logo {
    width: 100%;
  }
}
.footer__contact {
  background: #FFFFFF;
  color: #269695;
  border-radius: 0.8rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 0;
  width: 40rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__contact {
    width: 100%;
  }
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #269695;
  font-weight: 700;
  font-size: 2.4rem;
}
.footer__telIcon {
  width: 4rem;
  height: 4rem;
}
.footer__hours {
  font-size: 1.2rem;
}
.footer__shopLink {
  display: block;
}
.footer__shopImage {
  width: 40rem;
  height: auto;
  border-radius: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__shopImage {
    width: 100%;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.2rem;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__nav {
    gap: 4rem;
  }
}
.footer__navCol {
  width: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.footer__navTitle {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #f1f1f1;
  width: 100%;
  display: inline-block;
}
.footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.footer__navList li {
  font-size: 1.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.footer__navList li::before {
  content: "";
  width: 0.8rem;
  height: 0.2rem;
  background: #fff;
}
.footer__navList li a {
  color: #fff;
}
.footer__bottom {
  width: min(115.2rem, 100%);
  margin-inline: auto;
  padding: 4rem 0;
  border-top: 0.1rem solid #f1f1f1;
  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;
  position: relative;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.footer__bottom a {
  color: #fff;
}
.footer__bottomrightArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__bottomrightArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__bottomleftArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__bottomleftArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.footer__copy {
  color: #fff;
}
.footer__snsTitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__snsList li a img {
    width: 3.2rem;
    height: 3.2rem;
  }
}

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */
.page-top .fv {
  position: relative;
  width: 100%;
}
.page-top .fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/background/background.svg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-top .fv__slider {
  width: 80%;
  margin: 0 0 0 auto;
  padding: 8rem 0 0;
  max-height: 100dvh;
  position: relative;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .fv__slider {
    width: 86%;
  }
}
.page-top .fv__slider .splide__track,
.page-top .fv__slider .splide__list,
.page-top .fv__slider .splide__slide {
  height: 100%;
}
.page-top .fv__pauseButton {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-weight: 700;
  color: #269695;
  border: solid 0.2rem #269695;
}
.page-top .fv__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.page-top .fv__progressBar {
  height: 100%;
  background-color: #269695;
  width: 0;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.page-top .fv__img {
  width: 100%;
  height: 100%;
}
.page-top .fv__img img {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 8rem);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16rem 0 0 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .fv__img img {
    border-radius: 8rem 0 0 0;
  }
}
.page-top .fv__textWrapper {
  position: absolute;
  top: auto;
  bottom: 10rem;
  left: 8rem;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 0.2s forwards;
          animation: fadeIn 0.8s ease-out 0.2s forwards;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .fv__textWrapper {
    bottom: 8rem;
    left: 2.4rem;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-top .fv__text {
  font-size: 9.6rem;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .fv__text {
    font-size: 5.6rem;
  }
}
.page-top .fv__text::before {
  content: "";
  position: absolute;
  background-image: url("../img/home/blurred_circles.svg");
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4rem;
  width: 42rem;
  height: 36rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-top .topAbout {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
}
.page-top .topAbout::before {
  content: "";
  position: absolute;
  background-image: url("../img/background/dot.svg");
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-top .topAbout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topAbout__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page-top .topAbout__image--pc {
  width: 42rem;
  height: 54rem;
  overflow: visible;
  position: relative;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.page-top .topAbout__image--pc::before {
  content: "";
  position: absolute;
  background-image: url("../img/home/square.svg");
  top: 2rem;
  left: 4rem;
  width: 42rem;
  height: 54rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  border-radius: 4rem;
  z-index: -1;
}
.page-top .topAbout__image--pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topAbout__image--pc {
    display: none;
  }
}
.page-top .topAbout__image--sp {
  width: 80%;
  height: auto;
  overflow: visible;
  position: relative;
  -webkit-transform: rotate(4deg) translateX(-1.2rem);
          transform: rotate(4deg) translateX(-1.2rem);
  display: none;
  margin: 0.8rem auto 3.2rem;
}
.page-top .topAbout__image--sp::before {
  content: "";
  position: absolute;
  background-image: url("../img/home/square.svg");
  top: 1rem;
  left: 2rem;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  border-radius: 2rem;
  z-index: -1;
}
.page-top .topAbout__image--sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topAbout__image--sp {
    display: block;
  }
}
.page-top .topAbout__decorationText {
  position: absolute;
  color: #B7D9CE;
  font-family: var(--decorationText);
  font-weight: 400;
  font-size: 8.4rem;
  line-height: 1.2;
  bottom: -6rem;
  left: 18rem;
  width: 40rem;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topAbout__decorationText {
    font-size: 4.8rem;
    bottom: -2rem;
    left: 7.2rem;
    width: 22rem;
  }
}
.page-top .topAbout__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 50rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topAbout__description {
    width: 100%;
  }
}
.page-top .topAbout__textGroup {
  color: #fff;
  line-height: 2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.page-top .topBusiness {
  background-image: url("../img/background/wave.svg");
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page-top .topBusiness__button--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topBusiness__button--pc {
    display: none;
  }
}
.page-top .topBusiness__button--sp {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topBusiness__button--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-top .topBusiness__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topBusiness__content {
    gap: 4rem;
  }
}
.page-top .topBusiness__headingGroup {
  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;
}
.page-top .topBusiness__businessGroup {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.2rem;
  border-radius: 1.6rem;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topBusiness__businessGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 2rem;
  }
}
.page-top .topBusiness__img {
  border-radius: 1.6rem;
  width: 48rem;
  height: 27rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topBusiness__img {
    width: 100%;
    height: auto;
  }
}
.page-top .topBusiness__rightArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topBusiness__rightArea {
    padding: 0;
  }
}
.page-top .topBusiness__title {
  font-size: 2.4rem;
  color: #269695;
  font-weight: 700;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topBusiness__title {
    line-height: 1.5;
    font-size: 1.8rem;
  }
}
.page-top .topBusiness__subTitle {
  color: #9DA3A2;
  font-size: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topBusiness__subTitle {
    font-size: 1.4rem;
  }
}
.page-top .topImageArea {
  position: relative;
  height: 100dvh;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-top .topImageArea {
    height: auto;
  }
}
.page-top .topImageArea picture {
  display: block;
  position: relative;
  height: 50dvh;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-top .topImageArea picture {
    height: auto;
  }
}
.page-top .topImageArea picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.page-top .topImageArea__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-top .topImageArea__image {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page-top .topImageArea__textSlide {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
}
.page-top .topImageArea__textWrapper {
  display: inline-block;
  -webkit-animation: slideText 20s linear infinite;
          animation: slideText 20s linear infinite;
  will-change: transform;
}
.page-top .topImageArea__text {
  display: inline-block;
  padding: 0 4rem;
  font-size: 12rem;
  color: #F9F9F9;
}
@-webkit-keyframes slideText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slideText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-top .topNews {
  background: #F6F9F1;
}
.page-top .topNews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topNews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.page-top .topNews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topNews__list {
    gap: 2rem;
  }
}
.page-top .topNews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border-radius: 1.6rem;
  padding: 2.4rem 4rem;
  gap: 2.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topNews__item {
    padding: 2rem;
  }
}
.page-top .topNews__item:hover .topNews__arrow {
  -webkit-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
}
.page-top .topNews__contentsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topNews__contentsGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-top .topNews__date {
  color: #269695;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topNews__date {
    font-size: 1.4rem;
  }
}
.page-top .topNews__date::after {
  content: "";
  height: 2.4rem;
  width: 0.2rem;
  display: inline-block;
  background: #CECECE;
  vertical-align: middle;
  margin-left: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topNews__date::after {
    display: none;
  }
}
.page-top .topNews__arrow {
  width: 6rem;
  height: 3.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topNews__arrow {
    display: none;
  }
}
.page-top .topNews__empty {
  text-align: center;
  padding: 8rem 0;
  color: #9DA3A2;
  font-size: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .topNews__empty {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------

会社案内

------------------------------------------------------------ */
.page-about .company__list dl {
  display: grid;
  grid-template-columns: 32rem 1fr;
  border-bottom: 0.1rem dotted #CECECE;
  padding: 3.2rem 24rem;
  gap: 0 2rem;
}
.page-about .company__list dl:first-child {
  border-top: 0.1rem dotted #CECECE;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-about .company__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding: 3.2rem;
  }
}
.page-about .company__list dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #269695;
  line-height: 1.8;
  font-weight: 700;
  font-size: 2rem;
  grid-column: 1;
}
.page-about .company__list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  grid-column: 2;
  font-size: 1.8rem;
}

/* ------------------------------------------------------------

会社案内

------------------------------------------------------------ */
.page-business .bizDescription {
  padding: 16rem 0;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription {
    padding: 8rem 0;
  }
}
.page-business .bizDescription::before {
  content: "";
  background-image: url("../img/background/square_pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 48rem;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-business .bizDescription::before {
    opacity: 0.6;
  }
}
.page-business .bizDescription__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__content {
    gap: 4rem;
  }
}
.page-business .bizDescription__layout {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 32rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__layout {
    padding-top: 12rem;
  }
}
.page-business .bizDescription__img {
  width: 80%;
  height: auto;
  border-radius: 0 8rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__img {
    width: 90%;
    border-radius: 0 4rem 0 0;
  }
}
.page-business .bizDescription__textArea {
  width: 80%;
  margin: 0 0 0 auto;
  background-color: rgba(247, 250, 242, 0.96);
  padding: 12rem 18rem;
  border-radius: 4rem 0 0 0;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__textArea {
    padding: 4rem;
    width: 90%;
    gap: 4rem;
  }
}
.page-business .bizDescription__title {
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__title {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.page-business .bizDescription__title span {
  color: #269695;
}
.page-business .bizDescription__textGroup {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__textGroup {
    font-size: 1.6rem;
  }
}
.page-business .bizDescription__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__products {
    gap: 4rem;
  }
}
.page-business .bizDescription__productsGroup {
  background: #fff;
  padding: 5.4rem 4rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__productsGroup {
    padding: 4.8rem 3.2rem;
  }
}
.page-business .bizDescription__standImg {
  position: absolute;
  bottom: 2rem;
  left: auto;
  right: -3.6rem;
  width: 7.6rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__standImg {
    right: -1.6rem;
    width: 6rem;
  }
}
.page-business .bizDescription__sitImg {
  position: absolute;
  top: -5.4rem;
  left: 2rem;
  width: 7.6rem;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__sitImg {
    top: -4rem;
    width: 6rem;
  }
}
.page-business .bizDescription__productsTitle {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.page-business .bizDescription__productsColumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizDescription__productsColumn {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-business .bizDescription__productsColumn li {
  color: #333;
  padding-left: 4.8rem;
  position: relative;
}
.page-business .bizDescription__productsColumn li:last-child {
  margin-bottom: 0;
}
.page-business .bizDescription__productsColumn li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #269695;
  font-weight: bold;
  background: #F6F9F1;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  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;
}
.page-business .bizDescription__productsNote {
  text-align: center;
}
.page-business .bizHeadingGroup {
  position: relative;
  padding-left: 6rem;
  width: min(115.2rem, 100%);
  margin-inline: auto;
}
.page-business .bizHeadingGroup img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 12rem;
  height: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizHeadingGroup img {
    left: 3.2rem;
    width: 9.6rem;
    height: 9.6rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizHeading {
    padding: 0 3.2rem 0 7.2rem;
  }
}
.page-business .bizHeading__ja {
  font-size: 4.2rem;
  font-weight: 700;
  color: #269695;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizHeading__ja {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.page-business .bizHeading__en {
  color: #6e6e6e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-business .bizConcerns {
  background: #F9F9F9;
}
.page-business .bizConcerns__ja {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizConcerns__ja {
    font-size: 2.4rem;
  }
}
.page-business .bizConcerns__ja span {
  color: #269695;
}
.page-business .bizConcerns__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem;
}
.page-business .bizConcerns__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizConcerns__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-business .bizConcerns__card {
  background: #F6F9F1;
  padding: 1.6rem 2.4rem;
  border-radius: 12rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizConcerns__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1.6rem;
  }
}
.page-business .bizConcerns__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.6rem;
  height: 12rem;
}
.page-business .bizConcerns__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-business .bizConcerns__text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizConcerns__text {
    font-size: 1.6rem;
  }
}
.page-business .bizConcerns__text span {
  color: #269695;
}
.page-business .bizSupport {
  position: relative;
  overflow: hidden;
  background: #F6F9F1;
  z-index: 0;
}
.page-business .bizSupport__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-business .bizSupport__textArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56rem;
          flex: 0 0 56rem;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border-radius: 50%;
  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;
  gap: 2rem;
  padding: 0 4rem;
  position: relative;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__textArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    margin-bottom: 5.4rem;
  }
}
.page-business .bizSupport__textArea::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 16rem;
  height: 16rem;
  background-color: #FFD738;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__textArea::before {
    width: 12rem;
    height: 12rem;
    bottom: -5.4rem;
  }
}
.page-business .bizSupport__textArea img {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 20rem;
  height: 20rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__textArea img {
    bottom: -5.4rem;
  }
}
.page-business .bizSupport__lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__lead {
    font-size: 1.6rem;
  }
}
.page-business .bizSupport__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__title {
    font-size: 2rem;
  }
}
.page-business .bizSupport__title span {
  color: #269695;
}
.page-business .bizSupport__description {
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__description {
    font-size: 1.4rem;
  }
}
.page-business .bizSupport__imageArea {
  width: 100%;
  height: auto;
  overflow: visible;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  position: relative;
  border-radius: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__imageArea {
    width: 90%;
    margin-bottom: 8rem;
  }
}
.page-business .bizSupport__imageArea::before {
  content: "";
  position: absolute;
  background-image: url("../img/business/img_shadow.svg");
  top: 2rem;
  left: 4rem;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  z-index: -1;
  border-radius: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__imageArea::before {
    left: 2rem;
  }
}
.page-business .bizSupport__imageArea::after {
  content: "";
  position: absolute;
  background-image: url("../img/business/geometric_patterns.svg");
  bottom: -8rem;
  right: -12rem;
  width: 32.6rem;
  height: 21rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizSupport__imageArea::after {
    width: 24rem;
    height: 20rem;
    right: -6rem;
  }
}
.page-business .bizSupport__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4rem;
}
.page-business .bizService {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
}
.page-business .bizService::before {
  content: "";
  position: absolute;
  background-image: url("../img/background/dot.svg");
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-business .bizService__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  position: relative;
  z-index: 2;
}
.page-business .bizService__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizService__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-business .bizService__card {
  background: #FFFFFF;
  padding: 2.4rem 3.2rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizService__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 32rem;
  }
}
.page-business .bizService__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
  height: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizService__icon {
    width: 9.6rem;
    height: 9.6rem;
  }
}
.page-business .bizService__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-business .bizService__textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-business .bizService__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #269695;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizService__title {
    text-align: center;
  }
}
.page-business .bizService__text {
  font-size: 1.6rem;
}
.page-business .bizPrice {
  background-image: url("../img/background/wave.svg");
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page-business .bizPrice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.page-business .bizPrice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizPrice__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-business .bizPrice__card {
  background-color: #fff;
  border-radius: 2.4rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.page-business .bizPrice__header {
  padding: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.page-business .bizPrice__planName {
  font-size: 4.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.2;
}
.page-business .bizPrice__planDesc {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.page-business .bizPrice__icon {
  padding: 0 3.2rem;
  text-align: center;
}
.page-business .bizPrice__icon img {
  height: 12rem;
  display: block;
  margin: 0 auto;
}
.page-business .bizPrice__planDetail {
  padding: 2.4rem 3.2rem;
  text-align: center;
  margin: 0;
}
.page-business .bizPrice__priceBox {
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 150, 149)), color-stop(50%, rgb(99, 182, 175)), to(rgb(127, 199, 144)));
  background: linear-gradient(to right, rgb(38, 150, 149) 0%, rgb(99, 182, 175) 50%, rgb(127, 199, 144) 100%);
  padding: 1.6rem 3.2rem;
  text-align: center;
}
.page-business .bizPrice__priceLabel {
  font-size: 1.4rem;
  color: #fff;
}
.page-business .bizPrice__priceAmount {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
.page-business .bizPrice__priceNumber {
  font-size: 6.4rem;
  color: #fff;
  line-height: 1;
}
.page-business .bizPrice__priceUnit {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}
.page-business .bizPrice__support {
  padding: 3.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.page-business .bizPrice__supportTitle {
  color: #269695;
  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;
}
.page-business .bizPrice__supportTitle::before {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #269695;
}
.page-business .bizPrice__supportTitle::after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #269695;
}
.page-business .bizPrice__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-business .bizPrice__list li {
  padding-left: 3.6rem;
  position: relative;
}
.page-business .bizPrice__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #269695;
  font-weight: 700;
  background: #F6F9F1;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  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;
}
.page-business .bizProfile {
  background: #f6faf5;
  position: relative;
  z-index: 0;
}
.page-business .bizProfile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.page-business .bizProfile__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  width: 100%;
  height: 64rem;
  border-radius: 4rem;
  padding: 6rem 4rem;
  gap: 4rem;
  background-image: url("../img/business/memo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizProfile__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 3.2rem;
  }
}
.page-business .bizProfile__layout::before {
  content: "";
  background-image: url("../img/business/profile_shadow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -4rem;
  right: -4rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizProfile__layout::before {
    right: -1rem;
    bottom: -2rem;
  }
}
.page-business .bizProfile__leftArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.page-business .bizProfile__hole {
  width: 2rem;
  height: 52rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizProfile__hole {
    height: 2rem;
    width: 100%;
  }
}
.page-business .bizProfile__image {
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizProfile__image {
    width: 90%;
    margin: 0 auto;
  }
}
.page-business .bizProfile__nameArea {
  text-align: center;
}
.page-business .bizProfile__name {
  font-size: 2.8rem;
  font-weight: 700;
}
.page-business .bizProfile__name--en {
  color: #269695;
}
.page-business .bizProfile__rightArea {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  height: auto;
  position: relative;
  border-radius: 1.6rem;
}
.page-business .bizProfile__textBox {
  border-radius: 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  margin: 0 auto;
}
.page-business .bizProfile__highlight {
  background: #F6F9F1;
  padding: 2.4rem 2rem;
}
.page-business .bizProfile .under-line {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  text-decoration-thickness: 0.5rem;
  text-decoration-color: #EAF3ED;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.page-business .bizProfile .font-green {
  color: #269695;
  font-weight: 700;
}
.page-business .bizResult__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.page-business .bizResult__card {
  border-radius: 2.4rem;
  padding: 4.8rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizResult__card {
    padding: 3.2rem;
  }
}
.page-business .bizResult__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #269695;
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizResult__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.page-business .bizResult__subtitle {
  font-size: 1.4rem;
  color: #6e6e6e;
}
.page-business .bizResult__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizResult__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-business .bizResult__imgGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizResult__imgGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
.page-business .bizResult__image {
  width: 24rem;
  height: 24rem;
  display: block;
  border-radius: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-business .bizResult__image {
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
  }
}
.page-business .bizResult__catch {
  font-size: 2.4rem;
  font-weight: 700;
  color: #269695;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-business .bizResult__text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* ------------------------------------------------------------

お知らせ一覧

------------------------------------------------------------ */
.page-archive .pageNews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  width: 100%;
}
.page-archive .pageNews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border-radius: 1.6rem;
  padding: 2.4rem 4rem;
  gap: 2.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
}
.page-archive .pageNews__item:hover .pageNews__arrow {
  -webkit-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-archive .pageNews__item {
    gap: 1.6rem;
  }
}
.page-archive .pageNews__contentsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-archive .pageNews__contentsGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-archive .pageNews__date {
  color: #269695;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-archive .pageNews__date {
    font-size: 1.4rem;
  }
}
.page-archive .pageNews__date::after {
  content: "";
  height: 2.4rem;
  width: 0.2rem;
  display: inline-block;
  background: #CECECE;
  vertical-align: middle;
  margin-left: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-archive .pageNews__date::after {
    display: none;
  }
}
.page-archive .pageNews__arrow {
  width: 6rem;
  height: 3.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-archive .pageNews__arrow {
    display: none;
  }
}
.page-archive .pageNews__empty {
  text-align: center;
  padding: 8rem 0;
  color: #9DA3A2;
  font-size: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-archive .pageNews__empty {
    padding: 4rem 0;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------

お知らせ詳細

------------------------------------------------------------ */
.page-single .singleNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.page-single .singleNews__content {
  background: #FFFFFF;
  padding: 4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6rem;
  gap: 2.4rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
}
.page-single .singleNews__date {
  display: block;
  color: #269695;
}
.page-single .singleNews__title {
  font-size: 2.4rem;
  line-height: 1.6;
}
.page-single .singleNews__body {
  line-height: 2;
}
.page-single .singleNews__backLink {
  text-align: center;
  font-weight: 700;
}
.page-single .singleNews__backLink::before {
  content: "•";
  margin: 0 0.5rem;
  color: #269695;
}

/* ------------------------------------------------------------

お問い合わせ

------------------------------------------------------------ */
.page-contact .form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.page-contact .form .wpcf7-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact .form .wpcf7-form .required,
.page-contact .form .wpcf7-form .optional {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.8rem;
  border-radius: 0.4rem;
  line-height: 1;
}
.page-contact .form .wpcf7-form input[type=text],
.page-contact .form .wpcf7-form input[type=tel],
.page-contact .form .wpcf7-form input[type=email] {
  width: 60rem;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  border: 0.2rem solid #CECECE;
  border-radius: 0.4rem;
  outline: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.page-contact .form .wpcf7-form input[type=text]:focus,
.page-contact .form .wpcf7-form input[type=tel]:focus,
.page-contact .form .wpcf7-form input[type=email]:focus {
  border-color: #269695;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-contact .form .wpcf7-form input[type=text],
  .page-contact .form .wpcf7-form input[type=tel],
  .page-contact .form .wpcf7-form input[type=email] {
    width: 100%;
  }
}
.page-contact .form .wpcf7-form input[type=text]::-webkit-input-placeholder, .page-contact .form .wpcf7-form input[type=tel]::-webkit-input-placeholder, .page-contact .form .wpcf7-form input[type=email]::-webkit-input-placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form input[type=text]::-moz-placeholder, .page-contact .form .wpcf7-form input[type=tel]::-moz-placeholder, .page-contact .form .wpcf7-form input[type=email]::-moz-placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form input[type=text]:-ms-input-placeholder, .page-contact .form .wpcf7-form input[type=tel]:-ms-input-placeholder, .page-contact .form .wpcf7-form input[type=email]:-ms-input-placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form input[type=text]::-ms-input-placeholder, .page-contact .form .wpcf7-form input[type=tel]::-ms-input-placeholder, .page-contact .form .wpcf7-form input[type=email]::-ms-input-placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form input[type=text]::placeholder,
.page-contact .form .wpcf7-form input[type=tel]::placeholder,
.page-contact .form .wpcf7-form input[type=email]::placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form input[type=text].wpcf7-not-valid,
.page-contact .form .wpcf7-form input[type=tel].wpcf7-not-valid,
.page-contact .form .wpcf7-form input[type=email].wpcf7-not-valid {
  border-color: #e60000;
}
.page-contact .form .wpcf7-form .required {
  background: #269695;
  color: #fff;
}
.page-contact .form .wpcf7-form .optional {
  background: #F6F9F1;
  color: #269695;
  border: solid 0.1rem #269695;
}
.page-contact .form .wpcf7-form .form__item {
  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;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-contact .form .wpcf7-form .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
  }
}
.page-contact .form .wpcf7-form .form__textarea {
  width: 60rem;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  border: 0.2rem solid #CECECE;
  border-radius: 0.4rem;
  outline: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  resize: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-contact .form .wpcf7-form .form__textarea {
    width: 100%;
  }
}
.page-contact .form .wpcf7-form .form__textarea::-webkit-input-placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form .form__textarea::-moz-placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form .form__textarea:-ms-input-placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form .form__textarea::-ms-input-placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form .form__textarea::placeholder {
  color: #9DA3A2;
}
.page-contact .form .wpcf7-form .form__textarea:focus {
  border-color: #269695;
}
.page-contact .form .wpcf7-form .form__textarea.wpcf7-not-valid {
  border-color: #e60000;
}
.page-contact .form .wpcf7-form .wpcf7-form-control-wrap {
  text-align: center;
}
.page-contact .form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-contact .form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
    gap: 1.6rem;
  }
}
.page-contact .form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input.form__policy {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-contact .form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #269695;
}
.page-contact .form .wpcf7-form .form__send {
  width: 32rem;
  margin: 0 auto;
  padding: 2rem 3.2rem;
  font-size: 1.8rem;
  color: #fff;
  background: #269695;
  border-radius: 4rem;
  border: none;
}
.page-contact .form .wpcf7-form .form__send:disabled {
  background: #9DA3A2;
  color: #fff;
}
.page-contact .form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  color: #e60000;
  margin-top: 0.8rem;
  text-align: left;
}
.page-contact .form .wpcf7-form .wpcf7-response-output {
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
}
.page-contact .form .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #e60000;
}
.page-contact .form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #269695;
}
.page-contact .form .wpcf7 form.spam .wpcf7-response-output {
  border: none;
  color: #e60000;
}
.page-contact .form .wpcf7-spinner {
  display: none;
}
.page-contact .contactLine {
  background: #F6F9F1;
}
.page-contact .contactLine__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.page-contact .contactLine__card {
  border-radius: 2.4rem;
  padding: 4.8rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
          box-shadow: 0.4rem 0.4rem 0.4rem #E2E4E7;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-contact .contactLine__card {
    gap: 2rem;
  }
}
.page-contact .contactLine__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-contact .contactLine__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-contact .contactLine__qr {
  width: 12rem;
  height: 12rem;
}
.page-contact .contactLine__title {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.page-contact .contactLine__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* ------------------------------------------------------------

お問い合わせ

------------------------------------------------------------ */
.page-privacy .privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.page-privacy .privacy__content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.page-privacy .privacy__content .item h3 {
  font-size: 2.8rem;
  color: #269695;
  border-bottom: 0.1rem dotted #CECECE;
  padding-bottom: 0.8rem;
}
.page-privacy .privacy__content .item__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.page-privacy .privacy__content .item__textBox a {
  color: #269695;
  text-decoration: underline;
  word-break: break-all;
}
.page-privacy .privacy__content .item__textBox a:hover {
  opacity: 0.7;
}
.page-privacy .privacy__content .item__list.itemization {
  padding-left: 2rem;
}
.page-privacy .privacy__content .item__list.itemization li {
  list-style: disc outside;
  padding-left: 0.8rem;
}
.page-privacy .privacy__content .item__list.itemNumber {
  padding-left: 2rem;
}
.page-privacy .privacy__content .item__list.itemNumber li {
  list-style: decimal outside;
  padding-left: 0.8rem;
}
.page-privacy .privacy__content .item__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.page-privacy .privacy__content .item__section h4 {
  font-size: 2.4rem;
  color: #269695;
}
.page-privacy .privacy__content .item__toolList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.page-privacy .privacy__content .item__toolList dt {
  color: #269695;
  font-weight: 700;
  font-size: 1.8rem;
}/*# sourceMappingURL=style.css.map */