@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Reem+Kufi&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* ====================================================
	カラー
==================================================== */
/* ====================================================
	使用フォント
==================================================== */
/*---------- amiri ----------*/
.amiri-regular {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
}

.amiri-bold {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}

.amiri-regular-italic {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: italic;
}

.amiri-bold-italic {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: italic;
}

/*---------- Shippori Mincho ----------*/
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

/*---------- Reem Kufi 400~700 ----------*/
.reem-kufi {
  font-family: "Reem Kufi", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*---------- zen-kaku-gothic-new ----------*/
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}

/* ====================================================
	使いまわし関数
==================================================== */
/*---------- ベースのアニメーション変化 ----------*/
/* ====================================================
	breakpoint
==================================================== */
html {
  background-color: #fff;
  overflow-y: scroll;
  font-size: 62.5%;
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  html {
    font-size: 0.6944vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.303vw;
  }
}

body {
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #212121;
  background-color: #EBFDFE;
}

span {
  display: inline-block;
}

img {
  position: relative;
  width: 100%;
}

a {
  color: #212121;
  text-decoration: none;
  display: inline-block;
}

svg {
  overflow-x: auto;
  overflow-y: auto;
}

button,
.is-hover05,
.is-hover06,
.is-hover08 {
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.pc-none {
  display: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

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

/* ====================================================
	hover
==================================================== */
@media (hover: hover) and (pointer: fine) {
  .is-hover05:hover {
    opacity: 0.55 !important;
  }
  .is-hover06:hover {
    opacity: 0.65 !important;
  }
  .is-hover08:hover {
    opacity: 0.8 !important;
  }
}
/* ====================================================
	フォーム周りのリセット
==================================================== */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

/* ====================================================
	共通スタイル
==================================================== */
.cmnBlock {
  position: relative;
  padding: 0 8rem;
}
@media screen and (max-width: 767px) {
  .cmnBlock {
    padding: 0 3.3rem;
  }
}

.cmnInner {
  position: relative;
  max-width: 130rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cmnInner {
    max-width: initial;
  }
}

.cmnHead {
  position: relative;
}

.cmnBody {
  position: relative;
}

h1 {
  display: inline-block;
}

h2 {
  display: inline-block;
}

.is-color_blueDark {
  color: #00A9BA;
}

/* ----------------------------------------------------
    タイトル カラー
---------------------------------------------------- */
h2 .is-yellowGrad .is-order {
  background: linear-gradient(180deg, #FFF 0%, #FFFCD9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 .is-blueGrad .is-order {
  background: radial-gradient(50% 50% at 50% 50%, #6FF2FA 0%, #6BB6BB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 .is-yellow .is-order {
  color: #FFFCD9;
}
h2 .is-blue .is-order {
  color: #00A9BA;
}

/* ----------------------------------------------------
    ボタン
---------------------------------------------------- */
.cmnBtn__wrap {
  display: flex;
  justify-content: center;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .cmnBtn__wrap {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}

.cmnBtn {
  position: relative;
  box-shadow: 0 0 0.4rem #FFFFFF;
  overflow: hidden;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
}
.cmnBtn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.4s ease-in-out;
  background-size: 200% !important;
  background-position: -100% 0 !important;
}
.cmnBtn:hover::before {
  background-position: 0 0 !important;
}
.cmnBtn.is-en {
  font-family: "Reem Kufi", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  padding: 1.8rem 0 1.7rem;
  border-radius: 8px;
  width: 20.9rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cmnBtn.is-en {
    font-size: 3.2rem;
    padding: 3.2rem 0 2.6rem;
    border-radius: 1.6rem;
    width: 35.9rem;
  }
}
.cmnBtn.is-en_serif {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-size: 3.2rem;
  padding: 2.1rem 0 1.5rem;
  border-radius: 10rem;
  width: 23.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cmnBtn.is-en_serif {
    font-size: 5.2rem;
    padding: 3rem 0 1.8rem;
    width: 36.1rem;
    letter-spacing: 0.04em;
  }
}
.cmnBtn.is-ja {
  font-weight: 700;
  font-size: 2.4rem;
  padding: 3.6rem 0;
  border-radius: 10rem;
  width: 33.5rem;
}
@media screen and (max-width: 767px) {
  .cmnBtn.is-ja {
    font-size: 3.3rem;
    letter-spacing: 0.06em;
    padding: 4.7rem 0 4.9rem;
    width: 47rem !important;
  }
}
.cmnBtn.is-blue::before {
  background: linear-gradient(90deg, #6FF2FA 0, #6BB6BB 50%, #6FF2FA 100%);
}
.cmnBtn.is-yellow::before {
  background: linear-gradient(90deg, #FFF797 0, #B8B161 50%, #FFF797 100%);
}
.cmnBtn.is-yellow .txt {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.cmnBtn.is-grey::before {
  background: linear-gradient(90deg, #cecece 0, #9d9d9d 50%, #cecece 100%);
}
.cmnBtn .txt {
  position: relative;
  z-index: 2;
}

/* ====================================================
	共通アニメーション
==================================================== */
/*---------- タイトル ----------*/
.aniChild__order {
  overflow: hidden;
}
.aniChild__order .is-order {
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0;
  transform: translateY(3.2rem);
}
.aniChild__order.is-show .is-order {
  opacity: 1;
  transform: translateY(0);
}

/*---------- ブロック フェードイン ----------*/
.aniChild__one {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
.aniChild__one.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*---------- ちょっとしたアニメーション ----------*/
.littleAnimation {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
.littleAnimation.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*---------- PCブラウザにてスマホ幅で閲覧時はLuxy.jsを強制的に停止 ----------*/
.stop-luxy {
  transform: translate3d(0, 0, 0) !important;
  margin-top: 0;
}

/* ====================================================
    画面遷移アニメーション
==================================================== */
.content-folding {
  width: 200vw;
  z-index: 101;
  position: fixed;
  top: 0;
  height: 100%;
  pointer-events: none;
  transition: all 0.7s ease-in-out;
}
.content-folding.first {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #6BB6BB 50%, #6BB6BB 100%);
}
.content-folding.first.is-active {
  right: -200vw;
}
.content-folding.end {
  left: -200vw;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #6BB6BB 50%, #6BB6BB 100%);
}
.content-folding.end.is-active {
  left: 0;
}

/* ====================================================
    共通ロゴ
==================================================== */
.logo {
  position: fixed;
  z-index: 3;
  top: 4rem;
  left: 4rem;
}
@media screen and (max-width: 767px) {
  .logo {
    top: 3.3rem;
    left: 3.3rem;
  }
}
.logo svg {
  width: 32.3rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo svg {
    width: 34rem;
  }
}

/* ====================================================
	ヘッダーのロゴ＆ハンバーガーメニューの色変更
==================================================== */
body.page-newsList header .logo path,
body.page-newsItem header .logo path,
body.page-contact header .logo path,
body.page-single header .logo path {
  fill: #6BB6BB;
}

body.page-newsList .gnavBtn:not(.on) figure,
body.page-newsItem .gnavBtn:not(.on) figure,
body.page-contact .gnavBtn:not(.on) figure,
body.page-single .gnavBtn:not(.on) figure {
  background: #6BB6BB;
}

body.page-newsList .menu .text,
body.page-newsItem .menu .text,
body.page-contact .menu .text,
body.page-single .menu .text {
  color: #6BB6BB;
}

body.page-newsList .gnavBtn figure,
body.page-newsItem .gnavBtn figure,
body.page-contact .gnavBtn figure,
body.page-single .gnavBtn figure {
  box-shadow: none;
}

body.page-newsList .menu .text,
body.page-newsItem .menu .text,
body.page-contact .menu .text,
body.page-single .menu .text {
  text-shadow: none;
}

/* ====================================================
    共通グローバルメニュー
==================================================== */
.menu {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100vh;
  pointer-events: none;
}

.gnavBtnBox {
  position: absolute;
  width: 66px;
  top: 7rem;
  right: 7.2rem;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .gnavBtnBox {
    top: 3.9rem;
    right: 3.4rem;
    width: 6.6rem;
  }
}

.gnavBtn.on figure {
  box-shadow: none;
}
.gnavBtn.on figure:nth-of-type(1) {
  transform: rotate(45deg);
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .gnavBtn.on figure:nth-of-type(1) {
    margin-top: 0.8rem;
  }
}
.gnavBtn.on figure:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .gnavBtn.on figure:nth-of-type(2) {
    margin-bottom: 0.8rem;
  }
}

.gnavText {
  display: none;
}

.gnavText {
  position: relative;
  height: 100%;
}

.gnavList {
  transition: all 0.3s;
  margin-top: 19.5svh;
}
@media screen and (max-width: 767px) {
  .gnavList {
    margin-top: 17svh;
  }
}

.gnav-folding.on .gnavList {
  opacity: 1;
  transition: all 0.3s;
}

.gnav-folding.on {
  opacity: 1;
  transition: all 0.3s;
}

.gnav-folding ul li {
  position: relative;
  margin-bottom: 4svh;
}
@media screen and (max-width: 767px) {
  .gnav-folding ul li {
    margin-bottom: 4svh;
  }
}
@media screen and (max-width: 767px) {
  .gnav-folding ul li:last-child {
    margin-top: 3.2svh;
  }
}

.gnav-folding ul li a {
  color: #fff;
  position: relative;
  transition: all 0.3s;
  pointer-events: none;
  display: block;
  text-align: center;
}
.gnav-folding ul li a span {
  font-size: 3.2rem;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .gnav-folding ul li a span {
    font-size: 4.8rem;
  }
}

.gnav-folding.on ul li a {
  pointer-events: auto;
}
.gnav-folding.on ul li a:hover, .gnav-folding.on ul li a.is-active {
  color: #FFFCD9;
}

.gnavList .cmnBtn {
  height: 6.9rem;
  box-sizing: border-box;
  padding: 0;
  line-height: 2.4;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .gnavList .cmnBtn {
    height: 10rem;
    line-height: 2;
  }
}

.menu .text {
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 1.3rem;
  text-shadow: 0px 0px 10px rgba(0, 55, 59, 0.3);
}

.menu.on {
  pointer-events: auto;
}

.menu.on .text {
  opacity: 0;
}

.gnavBtn {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .gnavBtn {
    height: 1.8rem;
  }
}

.gnavBtn figure {
  position: absolute;
  transition: 0.3s;
  background: #fff;
  height: 2px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 55, 59, 0.3);
}
.gnavBtn figure:nth-of-type(1) {
  top: 0;
}
.gnavBtn figure:nth-of-type(2) {
  bottom: 0;
}

.gnav-folding {
  position: absolute;
  top: 0;
  right: 0;
  height: 86svh;
  pointer-events: none;
  width: 40rem;
  border-radius: 0 0 0 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gnav-folding {
    height: 90svh;
    width: 58.2rem;
    border-radius: 0 0 0 4.8rem;
  }
}

.gnav-folding-tileList {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gnav-folding-tileList {
    opacity: 0.9;
  }
}

.gnav-folding figure {
  background: rgba(0, 169, 186, 0.9);
  float: right;
  opacity: 0;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .gnav-folding figure {
    background: rgb(0, 169, 186);
    box-shadow: 1px 0px 0 rgb(0, 169, 186);
  }
}

.gnav-folding.on figure {
  opacity: 1;
}

/* 背景の幅 */
.gnav-folding figure:nth-of-type(1) {
  width: 50%;
}

.gnav-folding figure:nth-of-type(2) {
  width: 23%;
}

.gnav-folding figure:nth-of-type(3) {
  width: 13%;
}

.gnav-folding figure:nth-of-type(4) {
  width: 10%;
}

.gnav-folding figure:nth-of-type(5) {
  width: 4%;
}

/* 閉じるときのスピード */
.gnav-folding figure:nth-of-type(1) {
  transition: all 1s;
}

.gnav-folding figure:nth-of-type(2) {
  transition: all 0.8s;
}

.gnav-folding figure:nth-of-type(3) {
  transition: all 0.6s;
}

.gnav-folding figure:nth-of-type(4) {
  transition: all 0.4s;
}

.gnav-folding figure:nth-of-type(5) {
  transition: all 0.2s;
}

/* 開くときのスピード */
.gnav-folding.on figure:nth-of-type(1) {
  transition: all 0.3s;
}

.gnav-folding.on figure:nth-of-type(2) {
  transition: all 0.6s;
}

.gnav-folding.on figure:nth-of-type(3) {
  transition: all 0.9s;
}

.gnav-folding.on figure:nth-of-type(4) {
  transition: all 1.2s;
}

.gnav-folding.on figure:nth-of-type(5) {
  transition: all 1.5s;
}

/* ====================================================
	フッター
==================================================== */
footer {
  position: relative;
  padding: 0 8rem;
  background-color: #6BB6BB;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 3.4rem;
  }
}

.footerInner {
  position: relative;
  max-width: 128rem;
  margin: auto;
  padding: 13.6rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .footerInner {
    padding: 21.3rem 0 15.2rem;
  }
}

.footerTop {
  display: flex;
  justify-content: space-between;
  padding-bottom: 11.9rem;
}
@media screen and (max-width: 767px) {
  .footerTop {
    flex-direction: column-reverse;
    padding: 0 3.9rem 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footerTop .footerboard {
    margin-top: 14.1rem;
  }
}
.footerTop .footerLogo {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footerTop .footerLogo {
    align-items: center;
  }
}
.footerTop .footerLogo svg {
  width: 36.7rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 339/49;
}
@media screen and (max-width: 767px) {
  .footerTop .footerLogo svg {
    width: 45.7rem;
  }
}
.footerTop .footerAddress {
  background-color: #EBFDFE;
  color: #6BB6BB;
  margin-top: 3.2rem;
  padding: 1.9rem 1.9rem;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .footerTop .footerAddress {
    margin-top: 3.5rem;
    padding: 3.5rem 3.4rem 3.3rem;
    border-radius: 1.9rem;
    font-size: 2rem;
    text-align: left;
  }
}
.footerTop .footerLogoCatchphrase {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footerTop .footerLogoCatchphrase {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
  }
}
.footerTop .footerLogoCatchphrase .is-ja {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .footerTop .footerLogoCatchphrase .is-ja {
    font-size: 2.5rem;
  }
}
.footerTop .footerLogoCatchphrase .is-en {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .footerTop .footerLogoCatchphrase .is-en {
    font-size: 2.6rem;
    letter-spacing: 0.26em;
    margin-top: 0.8rem;
  }
}
.footerTop .footerNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  max-width: 71.2rem;
  margin-top: 1.6rem;
  gap: 4rem 6.7rem;
}
@media screen and (max-width: 767px) {
  .footerTop .footerNav {
    flex-direction: column;
    align-content: center;
    margin-top: initial;
    gap: 6.1rem 0;
  }
}
.footerTop .footerNav a:not(.cmnBtn) {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .footerTop .footerNav a:not(.cmnBtn) {
    font-size: 5rem;
    letter-spacing: 0.08em;
  }
}
.footerTop .footerNav a:not(.cmnBtn).is-active, .footerTop .footerNav a:not(.cmnBtn):hover {
  color: #FFFCD9;
}

.footerBottom {
  position: relative;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .footerBottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding-top: 6.9rem;
  }
}
.footerBottom::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.footerBottom > a {
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  color: #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .footerBottom > a {
    font-size: 2.1rem;
  }
}
.footerBottom > a.is-active, .footerBottom > a:hover {
  color: #FFFCD9;
}
.footerBottom .copyright {
  margin-left: 5rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footerBottom .copyright {
    margin-left: initial;
    font-size: 2.03rem;
  }
}

@media screen and (max-width: 767px) {
  .footerTop {
    padding: 0 3.2rem 6.6rem;
  }
}

@media screen and (max-width: 767px) {
  .footerboard {
    text-align: center;
  }
}

.footerLogo {
  transition: all 0.4s ease;
}
.footerLogo:hover {
  opacity: 0.65;
}

.footerAddress {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footerAddress {
    display: inline-block;
  }
}

/* ====================================================
	ページTOPボタン
==================================================== */
#pageTopBtnBox {
  position: fixed;
  bottom: 4rem;
  right: 5rem;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  #pageTopBtnBox {
    bottom: 6rem;
    right: 4rem;
  }
}
#pageTopBtnBox.is-active {
  opacity: 1;
  pointer-events: auto;
}
#pageTopBtnBox #pageTopBtn {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  transition: all 1s ease;
  width: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pageTopBtnBox #pageTopBtn:hover {
  transform: translateY(-1rem);
}
#pageTopBtnBox .arrow {
  position: relative;
  width: 2.6rem;
  height: 1.7rem;
}
@media screen and (max-width: 767px) {
  #pageTopBtnBox .arrow {
    width: 3.5rem;
    opacity: 0.8;
  }
}
#pageTopBtnBox .arrow > span {
  position: absolute;
  top: 50%;
  width: 52.7%;
  background-color: #00A9BA;
  height: 1px;
}
@media screen and (max-width: 767px) {
  #pageTopBtnBox .arrow > span {
    width: 53.4%;
  }
}
#pageTopBtnBox .arrow > span:nth-of-type(1) {
  left: 0.02rem;
  transform: translate(0, -50%) rotate(-30deg);
}
#pageTopBtnBox .arrow > span:nth-of-type(2) {
  right: 0.02rem;
  transform: translate(0, -50%) rotate(30deg);
}
#pageTopBtnBox .txt {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #00A9BA;
  font-size: 2.1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #pageTopBtnBox .txt {
    font-size: 3rem;
    margin-top: 2.6rem;
  }
}

/* ====================================================
	関数
==================================================== */
/* ====================================================
	下層共通
==================================================== */
#wrapperBack {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100lvh;
}
#wrapperBack .is-cover {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(235, 253, 254, 0) 0, rgba(235, 253, 254, 0) 40%, rgba(235, 253, 254, 0.5) 80%, rgb(235, 253, 254) 100%);
}

#wrapperBack01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #6BB6BB 10.1%, #EBFDFE 100%), #FFF;
}

#wrapperBack02 {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #6BB6BB 10.1%, #EBFDFE 100%), #FFF;
}

body.is-page {
  background-color: #EBFDFE;
}
body.is-page .breadcrumbList {
  padding-top: 13.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.is-page .breadcrumbList {
    padding-top: 12.6rem;
  }
}
body.is-page .breadcrumbList li {
  position: relative;
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  body.is-page .breadcrumbList li {
    padding-right: 3.4rem;
  }
}
body.is-page .breadcrumbList li::before {
  content: "";
  position: absolute;
  top: 54.2%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/12;
  -webkit-mask-image: url(/img/common/arrow.svg);
          mask-image: url(/img/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  background-color: #6BB6BB;
}
@media screen and (max-width: 767px) {
  body.is-page .breadcrumbList li::before {
    width: 1rem;
  }
}
body.is-page .breadcrumbList li:last-of-type {
  padding-right: initial;
}
body.is-page .breadcrumbList li:last-of-type::before {
  display: none;
}
body.is-page .breadcrumbList span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #6BB6BB;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  body.is-page .breadcrumbList span {
    font-size: 2.6rem;
  }
}
body.is-page .breadcrumbList a > span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.3rem;
  text-decoration-color: rgba(107, 182, 187, 0.6);
}
body.is-page .breadcrumbList a > span:hover {
  text-decoration-color: transparent;
  color: #FFFCD9;
}
body.is-page .breadcrumbList.is-white li::before {
  background-color: #fff;
}
body.is-page .breadcrumbList.is-white span {
  color: #fff;
}
body.is-page .breadcrumbList.is-white a > span {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
body.is-page .breadcrumbList.is-white a > span:hover {
  text-decoration-color: transparent;
  color: #FFFCD9;
}
body.is-page h2 {
  display: flex;
  align-items: flex-end;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  body.is-page h2 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: initial;
  }
}
body.is-page h2 .is-en {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-size: 8.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.is-page h2 .is-en {
    font-size: 8.3rem;
    letter-spacing: 0.14em;
  }
}
body.is-page h2 .is-en + .is-ja {
  margin-left: 2.7rem;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  body.is-page h2 .is-en + .is-ja {
    margin-left: initial;
    padding-bottom: initial;
    margin-top: -0.6rem;
    font-size: 3.7rem;
  }
}
body.is-page h2 .is-ja {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #00A9BA;
  letter-spacing: 0.1em;
}
body.is-page h2 .is-partition {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  body.is-page h2 .multipleLinesParents {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  body.is-page h2 .multipleLinesChild {
    margin-top: -1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body.is-page h2 .multipleLinesChild:first-of-type {
    margin-top: initial;
  }
}
body.is-page .cmnHead {
  height: 27.9rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnHead {
    height: 25.4rem;
  }
}
body.is-page .cmnHead .cmnInner {
  height: 100%;
  max-width: 135.9rem;
}
body.is-page .cmnBody {
  margin: auto;
}
body.is-page .cmnContent {
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 13.5rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnContent {
    padding-top: 12.3rem;
    padding-bottom: 13.1rem;
  }
}
body.is-page .cmnContent:first-of-type {
  margin-top: -4.9rem;
  padding-top: initial !important;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnContent:first-of-type {
    margin-top: -3.6rem;
  }
}
body.is-page .cmnContent::before {
  content: "";
  width: calc(100% - (100% - 130rem) / 2 - 6.5rem);
  height: calc(100% - 4.7rem - 12.8rem);
  position: absolute;
  top: 17.7rem;
  left: 0;
  border-radius: 0 3rem 0 0;
  background-image: url(/img/common/page_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnContent::before {
    width: 73.6rem;
    top: 16.3rem;
    height: calc(100% - 3.8rem - 12.3rem);
  }
}
body.is-page .cmnContent:first-of-type::before {
  height: calc(100% - 4.7rem);
  top: 4.9rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnContent:first-of-type::before {
    top: 4rem;
    height: calc(100% - 3.8rem);
  }
}
body.is-page .cmnContent.is-rightBlock {
  padding-right: initial;
}
body.is-page .cmnContent.is-rightBlock h2 {
  margin-left: -3rem;
}
body.is-page .cmnContent.is-rightBlock .cmnLyt {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnBlock {
    padding: 0 4.9rem;
  }
}
body.is-page .cmnLyt {
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnLyt {
    margin-top: 5rem;
  }
}
body.is-page .cmnBlockRight,
body.is-page .cmnBlockLeft {
  position: relative;
  max-width: 144rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnBlockRight {
    padding-left: 3.2rem;
  }
}
body.is-page .cmnBlockRight .cmnLyt {
  margin-left: auto;
  width: calc(100% - (100% - 130rem) / 2 - 6.7rem);
}
@media screen and (max-width: 767px) {
  body.is-page .cmnBlockRight .cmnLyt {
    width: initial;
  }
}
body.is-page .cmnBlockLeft {
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnBlockLeft {
    padding-right: 6.6rem;
  }
}
body.is-page .cmnBlockLeft .cmnLyt {
  margin-right: auto;
  width: calc(100% - (100% - 130rem) / 2 - 2.4rem);
}
@media screen and (max-width: 767px) {
  body.is-page .cmnBlockLeft .cmnLyt {
    width: initial;
  }
}
body.is-page .cmnLyt__block {
  position: relative;
  border-radius: 2rem 0 0 2rem;
  background-color: #fff;
  padding: 8rem 7rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnLyt__block {
    border-radius: 3rem 0 0 3rem;
  }
}
body.is-page .cmnLyt__block::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  width: 4rem;
  height: 100%;
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnLyt__block::before {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 767px) {
  body.is-page .cmnLyt__block {
    padding: 4.9rem 6rem 4.9rem 4.8rem !important;
  }
}
body.is-page .cmnLyt__box .cmnLyt__txtbox > * {
  margin-top: 1.7rem;
}
body.is-page .cmnLyt__box .cmnLyt__txtbox > *:first-child {
  margin-top: initial !important;
}
body.is-page .cmnLyt__box address {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnLyt__box address {
    font-size: 2.4rem;
  }
}
body.is-page .cmnBtnBlock {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  body.is-page .cmnBtnBlock {
    margin-top: 4.9rem;
  }
}
body.is-page .postContent > * {
  margin-top: 3.5rem;
}
body.is-page .postContent > *:first-child {
  margin-top: initial !important;
}
body.is-page .postContent h3 {
  font-size: 2.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.is-page .postContent h3 {
    font-size: 3rem;
  }
}
body.is-page .postContent h4 {
  font-size: 1.9rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.is-page .postContent h4 {
    font-size: 2.8rem;
  }
}
body.is-page .postContent p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.is-page .postContent p {
    font-size: 2.6rem;
    line-height: 1.588;
    letter-spacing: 0;
  }
}
body.is-page .postContent img {
  height: auto;
}
body.is-page .postContent.is-404 {
  min-height: 51.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -6rem;
}
body.is-page .postContent.is-404 h3 {
  font-size: 8.2rem;
  font-family: "Amiri", serif;
  font-weight: 400;
}
body.is-page .postContent.is-404 p {
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5rem !important;
}

/* ====================================================
	汎用ページ
==================================================== */
body.page-single .cmnLyt__block {
  padding: 7.7rem 13.7rem 7.7rem 7rem;
}
@media screen and (max-width: 767px) {
  body.page-single .cmnLyt__block {
    padding: 1.6rem 3.2rem 1.3rem 3.4rem;
  }
}

/* ====================================================
	スマホ用の「simpleParallax.js」でのパララックス
==================================================== */
/* ====================================================
	ヘッダーのロゴ＆ハンバーガーメニューの色変更
==================================================== */
body.is-whiteArea header .logo path {
  transition: all 0.1s ease-in;
  fill: #6BB6BB;
}

body.is-whiteArea .gnavBtn:not(.on) figure {
  transition: all 0.1s ease-in;
  background: #6BB6BB;
}

body.is-whiteArea .menu .text {
  transition: all 0.1s ease-in;
  color: #6BB6BB;
}

/* ====================================================
	共通パーツなど
==================================================== */
.cmnTtl__wrap {
  text-align: center;
  margin: auto;
}

body.is-front h2 .is-en {
  font-family: Amiri, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.is-front h2 .is-en {
    font-size: 8.4rem;
  }
}
body.is-front h2 .is-ja {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  body.is-front h2 .is-ja {
    font-size: 3.6rem;
    margin-top: 0.8rem;
  }
}

/* ====================================================
	サイトへ初訪問時のローディング
==================================================== */
body.access_false .menu {
  display: none;
}

body.access_false #topFv .fvBlock .fvSlider {
  transform: translateX(-105%);
}

body.access_false #topFv .fvBlock .fvSlider:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6BB6BB;
  transform: scaleY(1);
}

body.access_false .fvText .jaBox .anime {
  transform-origin: top left;
  transform: scaleX(0.5) translateX(25px);
  opacity: 0;
}

body.access_false .fvText .enBox .anime {
  opacity: 0;
}

body.access_false .fvLogo {
  transform: translateY(-25%);
  opacity: 0;
}

body.access_false .logo {
  transform: translateY(-190%);
  opacity: 0;
}

/*---------- ここからアニメーション発動 ----------*/
body.access_false #topFv .fvBlock .fvSlider.on {
  transition: 0.9s cubic-bezier(0.71, 0, 0.31, 0.98);
  transform: translateX(0);
}

body.access_false #topFv .fvBlock .fvSlider.on:after {
  transition: 0.9s 0.9s cubic-bezier(0.71, 0, 0.31, 0.98);
  transform: scaleY(0);
}

body.access_false .fvText .jaBox .anime.on {
  transition: 1.5s cubic-bezier(0.71, 0, 0.31, 0.98);
  opacity: 1;
  transform: scaleX(1) translateX(0);
}

body.access_false .fvText .enBox .anime.on {
  transition: 1.5s cubic-bezier(0.71, 0, 0.31, 0.98);
  opacity: 1;
}

body.access_false .fvLogo.on {
  transform: translateY(0);
  opacity: 1;
  transition: 0.9s cubic-bezier(0.71, 0, 0.31, 0.98);
}

body.access_false .logo.on {
  transform: translateY(0);
  opacity: 1;
  transition: 0.9s cubic-bezier(0.71, 0, 0.31, 0.98);
}

/* ====================================================
	ローディング
==================================================== */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

#loading .loadingBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6BB6BB;
}

.loadingAnimation_white {
  transition: 1s cubic-bezier(0.17, 0.84, 0.82, 1);
  opacity: 1;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.loadingAnimation_white.go {
  opacity: 0;
}

@media screen and (max-width: 999px) {
  .loadingAnimation_white {
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-10%);
    width: 110%;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 185.805557251px;
    stroke-dasharray: 185.805557251px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 185.805557251px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-1 {
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 397.0118408203px;
    stroke-dasharray: 397.0118408203px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 397.0118408203px;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2 {
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 187.3424224854px;
    stroke-dasharray: 187.3424224854px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 187.3424224854px;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-3 {
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 216.8558044434px;
    stroke-dasharray: 216.8558044434px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 216.8558044434px;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-4 {
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 187.6047058105px;
    stroke-dasharray: 187.6047058105px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 187.6047058105px;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-5 {
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 240.8556671143px;
    stroke-dasharray: 240.8556671143px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 240.8556671143px;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-6 {
  animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 220.432800293px;
    stroke-dasharray: 220.432800293px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 220.432800293px;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-7 {
  animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 388.5057678223px;
    stroke-dasharray: 388.5057678223px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 388.5057678223px;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-8 {
  animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 279.482635498px;
    stroke-dasharray: 279.482635498px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.482635498px;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-9 {
  animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 197.1556243896px;
    stroke-dasharray: 197.1556243896px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 197.1556243896px;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-10 {
  animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 240.852722168px;
    stroke-dasharray: 240.852722168px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 240.852722168px;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-11 {
  animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 334.8881225586px;
    stroke-dasharray: 334.8881225586px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 334.8881225586px;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-12 {
  animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

/* ====================================================
	FV
==================================================== */
#topFv {
  position: relative;
  width: 100%;
  height: 100svh;
}
#topFv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topFv .fvContents {
  position: absolute;
  width: 100%;
  height: 100%;
}
#topFv .fvContents .fvBlock {
  position: absolute;
  z-index: 1;
  margin: 4rem;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 16px;
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
}
@media screen and (max-width: 767px) {
  #topFv .fvContents .fvBlock {
    margin: 11.5rem 3.3rem 3.3rem;
    border-radius: 4.8rem;
    width: calc(100% - 6.6rem);
    height: calc(100% - 14.8rem);
  }
}
#topFv .fvContents .fvBlock .fvSlider {
  height: 100%;
  width: 100%;
}
#topFv .fvContents .fvBlock .fvSlider > div {
  height: 100%;
  width: 100%;
}
#topFv .fvContents .fvBlock .fvSlider > div #slider {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------------
	ロゴ
---------------------------------------------------- */
.fvLogo {
  width: 100%;
  height: 46.9rem;
  -webkit-mask-image: url(/img/top/fv_logo_bg.png?version=250606);
          mask-image: url(/img/top/fv_logo_bg.png?version=250606);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fvLogo {
    display: none;
  }
}
.fvLogo video {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------------
	FVのキャッチコピー
---------------------------------------------------- */
.fvText {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.fvText .jaBox {
  position: absolute;
  bottom: 12.8rem;
  left: 7.4rem;
  letter-spacing: 0.07em;
  font-size: 5.3rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0px 0px 15px #748384;
}
.fvText .jaBox .ja {
  display: flex;
}
.fvText .jaBox .ja .box_sp {
  display: flex;
}
.fvText .jaBox .ja .box_sp:nth-of-type(2) {
  margin-left: -2rem;
}
.fvText .jaBox .ja .box_sp:nth-of-type(2) .anime:nth-of-type(3) {
  margin-left: 0.8rem;
}
.fvText .jaBox .ja .box_sp:nth-of-type(2) .anime:nth-of-type(4) {
  margin-left: 0.7rem;
}
.fvText .enBox {
  position: absolute;
  bottom: 7.8rem;
  left: 8.7rem;
  letter-spacing: 0.27em;
  font-size: 3.2rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 15px #748384;
}
.fvText .enBox .en {
  display: flex;
}
.fvText .enBox .en .anime:nth-of-type(7), .fvText .enBox .en .anime:nth-of-type(11) {
  margin-left: 2.3rem;
}

/* ----------------------------------------------------
	スマホ用の調整
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .fvText .jaBox .ja {
    display: block;
  }
  .fvText .jaBox {
    bottom: 15.8rem;
    left: 6.8rem;
    font-size: 8rem;
    letter-spacing: 0.03em;
    text-shadow: 0px 0px 20px #748384;
  }
  .fvText .jaBox .ja .box_sp:nth-of-type(2) {
    margin-left: 0;
    margin-top: 2rem;
  }
  .fvText .jaBox .ja .box_sp:nth-of-type(2) .anime:nth-of-type(3) {
    margin-left: 1.1rem;
  }
  .fvText .jaBox .ja .box_sp:nth-of-type(2) .anime:nth-of-type(4) {
    margin-left: 1.1rem;
  }
  .fvText .enBox {
    bottom: 9rem;
    left: 8.1rem;
    letter-spacing: 0.3em;
  }
}
/* ----------------------------------------------------
	FVの泡
---------------------------------------------------- */
.fvBubbleBlock {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fvBubbleBox {
  z-index: 2;
  mix-blend-mode: plus-lighter;
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fvBubble {
  z-index: 3;
  position: absolute;
  opacity: 0.5;
}
.fvBubble.is-01 {
  width: 313px;
  height: 313px;
}
@media screen and (max-width: 767px) {
  .fvBubble.is-01 {
    width: 24.6rem;
    height: 24.6rem;
  }
}
.fvBubble.is-01.on {
  animation: awa_deru 0.7s 0s ease-in-out forwards;
}
.fvBubble.is-02 {
  width: 341px;
  height: 341px;
}
@media screen and (max-width: 767px) {
  .fvBubble.is-02 {
    width: 26.4rem;
    height: 26.4rem;
  }
}
.fvBubble.is-02.on {
  animation: awa_deru 0.7s 0.3s ease-in-out forwards;
}
.fvBubble.is-03 {
  width: 341px;
  height: 341px;
}
@media screen and (max-width: 767px) {
  .fvBubble.is-03 {
    width: 26.4rem;
    height: 26.4rem;
  }
}
.fvBubble.is-03.on {
  animation: awa_deru 0.7s 0.6s ease-in-out forwards;
}
.fvBubble.slide-A.is-01 {
  top: 190px;
  left: 10vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-A.is-01 {
    top: 19rem;
    left: 4rem;
  }
}
.fvBubble.slide-A.is-02 {
  top: 450px;
  left: 78vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-A.is-02 {
    top: 74rem;
    left: auto;
    right: -2rem;
  }
}
.fvBubble.slide-A.is-03 {
  top: 610px;
  left: -2vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-A.is-03 {
    top: auto;
    left: -2rem;
    bottom: -3rem;
  }
}
.fvBubble.slide-B.is-01 {
  bottom: -20px;
  left: 29vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-B.is-01 {
    bottom: -2rem;
    left: 29rem;
  }
}
.fvBubble.slide-B.is-02 {
  bottom: 110px;
  left: 78vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-B.is-02 {
    bottom: 23rem;
    left: auto;
    right: 2rem;
  }
}
.fvBubble.slide-B.is-03 {
  top: 230px;
  left: -2vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-B.is-03 {
    top: 23rem;
    left: -2rem;
  }
}
.fvBubble.slide-C.is-01 {
  top: 130px;
  left: 15vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-C.is-01 {
    top: 13rem;
    left: 15rem;
  }
}
.fvBubble.slide-C.is-02 {
  bottom: 0px;
  left: 81vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-C.is-02 {
    bottom: 26rem;
    left: auto;
    right: 2rem;
  }
}
.fvBubble.slide-C.is-03 {
  bottom: 160px;
  left: -2vw;
}
@media screen and (max-width: 767px) {
  .fvBubble.slide-C.is-03 {
    bottom: 16rem;
    left: -2rem;
  }
}
.fvBubble img {
  display: block;
  position: absolute;
}
.fvBubble img.is-01 {
  animation: awa_anime_01 80s 0s linear infinite;
}
.fvBubble img.is-02 {
  animation: awa_anime_02 100s 0s linear infinite;
}
.fvBubble img.is-03 {
  animation: awa_anime_01 120s 0s linear infinite;
}

@keyframes awa_deru {
  0% {
    opacity: 0;
    transform: translate(0, 0px) scale(0.3, 0.3);
  }
  90% {
    transform: translate(0, 0px) scale(1.05, 1.05);
  }
  100% {
    opacity: 0.5;
    transform: translate(0, 0px) scale(1, 1);
  }
}
@keyframes awa_anime_01 {
  0% {
    transform: rotate(0) translateY(0) scale(1);
  }
  25% {
    transform: rotate(180deg) translateY(200px) scale(1.2);
  }
  50% {
    transform: rotate(90deg) translateY(100px) scale(0.7, 0.8);
  }
  75% {
    transform: rotate(180deg) translateY(200px) scale(1.2);
  }
  100% {
    transform: rotate(360deg) translateY(0) scale(1);
  }
}
@keyframes awa_anime_02 {
  0% {
    transform: rotate(0) translateY(0) scale(1);
  }
  25% {
    transform: rotate(90deg) translateY(-100px) scale(0.8, 0.7);
  }
  50% {
    transform: rotate(180deg) translateY(-200px) scale(1.2);
  }
  75% {
    transform: rotate(270deg) translateY(-100px) scale(0.7, 0.8);
  }
  100% {
    transform: rotate(360deg) translateY(0) scale(1);
  }
}
@keyframes awa_anime_jouge_01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes awa_anime_jouge_02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes awa_anime_jouge_03 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8rem);
  }
  100% {
    transform: translateY(0);
  }
}
/* ====================================================
	NEWS
==================================================== */
#topNews {
  background-color: #fff;
  z-index: 2;
}
#topNews .cmnInner {
  padding: 13.6rem 0;
}
@media screen and (max-width: 767px) {
  #topNews .cmnInner {
    padding: 14.9rem 0;
  }
}
#topNews h2 .is-en {
  font-size: 8.2rem;
}
#topNews h2 .is-ja {
  margin-top: 0.7rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #topNews h2 .is-ja {
    margin-top: 0.9rem;
    font-size: 3.6rem;
  }
}
#topNews .cmnNewsBox {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #topNews .cmnNewsBox {
    margin-top: 6.9rem;
  }
}
#topNews ul {
  max-width: 95rem;
  margin: auto;
}
#topNews .cmnNewsItem__link {
  padding: 3.2rem 4rem 3.3rem;
  width: calc(100% - 8rem);
}
@media screen and (max-width: 767px) {
  #topNews .cmnNewsItem__link {
    padding: 5.2rem 1.6rem 5.2rem;
    width: calc(100% - 3.2rem);
  }
}
#topNews .cmnNewsItem__box {
  align-items: baseline;
}
#topNews .cmnNewsItem__date {
  width: 12.9%;
}
@media screen and (max-width: 767px) {
  #topNews .cmnNewsItem__date {
    width: 100%;
  }
}
#topNews .cmnNewsItem__ttl {
  width: 87.1%;
  line-height: 1.24;
}
@media screen and (max-width: 767px) {
  #topNews .cmnNewsItem__ttl {
    width: 100%;
  }
}
#topNews .cmnBtn__wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #topNews .cmnBtn__wrap {
    margin-top: 6.9rem;
  }
}

/* ====================================================
	ABOUT US（私たちについて）
==================================================== */
#topAboutUs {
  position: relative;
}
#topAboutUs .topMiddleInner {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #6BB6BB 68.75%);
  padding: 13.6rem 0 13.6rem 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #topAboutUs .topMiddleInner {
    padding: 14.9rem 0 14.9rem 5rem;
    background: linear-gradient(207deg, rgba(255, 255, 255, 0) -1.32%, #6BB6BB 51.58%);
  }
}
#topAboutUs .topMiddleInner h2 {
  padding-left: 7.2rem;
}
@media screen and (max-width: 767px) {
  #topAboutUs .topMiddleInner h2 {
    padding-left: 0;
  }
}
#topAboutUs .topMiddleInner p {
  margin: 6.4rem 0 6.4rem 7.2rem;
  color: #fff;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #topAboutUs .topMiddleInner p {
    font-weight: 400;
    margin: 6.4rem 0;
    font-size: 2.8rem;
    line-height: 176%;
    letter-spacing: 0.12em;
  }
}
#topAboutUs .topMiddleInner .cmnBtn__wrap {
  display: inline-block;
  margin-left: 7.2rem;
}
@media screen and (max-width: 767px) {
  #topAboutUs .topMiddleInner .cmnBtn__wrap {
    margin-left: 0;
  }
}
#topAboutUs .is-en .is-order:nth-of-type(5) {
  margin-right: 0.4em;
}
#topAboutUs .photo {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
#topAboutUs .photo > div {
  overflow: hidden;
}
#topAboutUs .photo.is-01 {
  right: 0px;
  top: 13.1rem;
  border-radius: 24px 0 0 24px;
  height: 59.9rem;
  width: 29.8rem;
}
@media screen and (max-width: 767px) {
  #topAboutUs .photo.is-01 {
    top: 81.7rem;
    right: 0;
    height: 32.9rem;
    border-radius: 4.8rem 0 0 4.8rem;
    width: 15.6rem;
  }
}
#topAboutUs .photo.is-01 > div {
  border-radius: 24px 0 0 24px;
}
@media screen and (max-width: 767px) {
  #topAboutUs .photo.is-01 > div {
    border-radius: 4.8rem 0 0 4.8rem;
  }
}
#topAboutUs .photo.is-02 {
  top: 30.5rem;
  right: 13.2rem;
  height: 59.2rem;
  border-radius: 24px;
  width: 47.2rem;
}
@media screen and (max-width: 767px) {
  #topAboutUs .photo.is-02 {
    top: 99.7rem;
    right: 2.7rem;
    height: 32.5rem;
    border-radius: 4.8rem;
    width: 26rem;
  }
}
#topAboutUs .photo.is-02 > div {
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  #topAboutUs .photo.is-02 > div {
    border-radius: 4.8rem;
  }
}
#topAboutUs .bubble {
  position: absolute;
  z-index: 2;
  mix-blend-mode: plus-lighter;
  opacity: 0.5;
}
#topAboutUs .bubble.is-01 {
  width: 28rem;
  top: 5rem;
  right: 7.5rem;
}
@media screen and (max-width: 767px) {
  #topAboutUs .bubble.is-01 {
    width: 22.2rem;
    top: 11.5rem;
    right: -1rem;
  }
}
#topAboutUs .bubble.is-01 > div img {
  animation: awa_anime_jouge_01 8s 0s ease-in-out infinite;
}
#topAboutUs .bubble.is-02 {
  width: 20rem;
  top: 33.1rem;
  right: 2.9rem;
}
@media screen and (max-width: 767px) {
  #topAboutUs .bubble.is-02 {
    width: 15.8rem;
    top: 33.5rem;
    right: -4.7rem;
  }
}
#topAboutUs .bubble.is-02 > div img {
  animation: awa_anime_jouge_02 7s 0s ease-in-out infinite;
}
#topAboutUs .bgImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#topAboutUs .bgImg video {
  width: 101%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------------
	幅の広いPC用対応
---------------------------------------------------- */
@media screen and (min-width: 1440px) {
  #topAboutUs .topMiddleInner {
    padding-left: 0;
  }
  #topAboutUs .topMiddleInner h2,
  #topAboutUs .topMiddleInner h2 + div {
    width: 1440px;
    margin: auto;
    display: block;
    box-sizing: border-box;
    padding-left: 15.2rem;
  }
  #topAboutUs .topMiddleInner p {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }
  #topAboutUs .topMiddleInner .cmnBtn__wrap {
    margin-left: 0;
  }
  #topAboutUs .photo.is-01 {
    left: 50%;
    transform: translateX(calc(-50% + 58.9rem));
    right: auto;
    border-radius: 24px;
  }
  #topAboutUs .photo.is-01 > div {
    border-radius: 24px;
  }
  #topAboutUs .photo.is-02 {
    left: 50%;
    transform: translateX(calc(-50% + 35.2rem));
    right: auto;
  }
  #topAboutUs .bubble.is-01 {
    left: 50%;
    transform: translateX(calc(-50% + 50.3rem));
    right: auto;
  }
  #topAboutUs .bubble.is-02 {
    left: 50%;
    transform: translateX(calc(-50% + 59.1rem));
    right: auto;
  }
}
/* ====================================================
	SERVICE（サービス紹介）
==================================================== */
#topService {
  position: relative;
}
#topService .topMiddleInner {
  padding: 13.6rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #topService .topMiddleInner {
    padding: 14.9rem 5rem 76.7rem;
  }
}
#topService .topMiddleInner h2 {
  padding-top: 4.8rem;
  padding-left: 74rem;
}
@media screen and (max-width: 767px) {
  #topService .topMiddleInner h2 {
    padding: 0;
  }
}
#topService .topMiddleInner p {
  margin: 6.4rem 0 6.4rem 74rem;
  color: #212121;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #topService .topMiddleInner p {
    font-weight: 400;
    margin: 6.4rem 0;
    font-size: 2.8rem;
    line-height: 176%;
    letter-spacing: 0.12em;
  }
}
#topService .topMiddleInner .cmnBtn__wrap {
  display: inline-block;
  margin-left: 74rem;
}
@media screen and (max-width: 767px) {
  #topService .topMiddleInner .cmnBtn__wrap {
    margin-left: 0;
  }
}
#topService .photo {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
#topService .photo > div {
  overflow: hidden;
}
#topService .photo.is-01 {
  top: 58.4rem;
  left: 0;
  height: 43.4rem;
  border-radius: 0 24px 24px 0;
  width: 36.5rem;
}
@media screen and (max-width: 767px) {
  #topService .photo.is-01 {
    top: auto;
    bottom: 0;
    left: 0;
    height: 48.5rem;
    border-radius: 0;
    width: 36.6rem;
  }
}
#topService .photo.is-01 > div {
  border-radius: 0 24px 24px 0;
}
@media screen and (max-width: 767px) {
  #topService .photo.is-01 > div {
    border-radius: 0;
  }
}
#topService .photo.is-02 {
  top: 18.4rem;
  left: 20.5rem;
  height: 57rem;
  border-radius: 24px;
  width: 45.6rem;
}
@media screen and (max-width: 767px) {
  #topService .photo.is-02 {
    top: auto;
    bottom: 14.7rem;
    left: 30.5rem;
    height: 53.9rem;
    border-radius: 4.8rem;
    width: 43rem;
  }
}
#topService .photo.is-02 > div {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #topService .photo.is-02 > div {
    border-radius: 4.8rem;
  }
}
#topService .bubble {
  position: absolute;
  z-index: 2;
  mix-blend-mode: plus-lighter;
  opacity: 0.5;
}
#topService .bubble.is-01 {
  width: 22rem;
  top: 6.2rem;
  left: 53.1rem;
}
@media screen and (max-width: 767px) {
  #topService .bubble.is-01 {
    width: 27rem;
    top: auto;
    left: auto;
    bottom: 43.2rem;
    right: -8.9rem;
  }
}
#topService .bubble.is-01 > div img {
  animation: awa_anime_jouge_01 8s 1.5s ease-in-out infinite;
}
#topService .bgImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
#topService .bgImg .bgImgInner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(107, 182, 187, 0.4) 0%, rgba(255, 255, 255, 0.4) 20.19%, rgba(255, 255, 255, 0.4) 79.81%, rgba(107, 182, 187, 0.4) 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #topService .bgImg .bgImgInner:before {
    background: linear-gradient(0deg, rgba(107, 182, 187, 0.4) 0%, rgba(255, 255, 255, 0.4) 7.16%, rgba(255, 255, 255, 0.4) 92.04%, rgba(107, 182, 187, 0.4) 100%);
  }
}
#topService .bgImg .bgImgInner > div {
  position: absolute;
  top: -70rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #topService .bgImg .bgImgInner > div {
    top: 0;
    height: 100%;
  }
}
#topService .bgImg .bgImgInner > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------------
	幅の広いPC用対応
---------------------------------------------------- */
@media screen and (min-width: 1440px) {
  #topService .topMiddleInner h2 {
    left: 50%;
    transform: translateX(calc(-50% + 27.9rem));
    padding-left: 0;
    position: relative;
  }
  #topService .topMiddleInner h2 + div {
    left: 50%;
    transform: translateX(calc(-50% + 42rem));
    position: relative;
    width: 80rem;
  }
  #topService .topMiddleInner p {
    margin-left: 0;
  }
  #topService .topMiddleInner .cmnBtn__wrap {
    margin-left: 0;
  }
  #topService .photo.is-01 {
    left: 50%;
    transform: translateX(calc(-50% - 55rem));
    right: auto;
    border-radius: 24px;
  }
  #topService .photo.is-01 > div {
    border-radius: 24px;
  }
  #topService .photo.is-02 {
    left: 50%;
    transform: translateX(calc(-50% - 28.8rem));
    right: auto;
  }
  #topService .bubble.is-01 {
    left: 50%;
    transform: translateX(calc(-50% - 7.9rem));
  }
}
/* ====================================================
	PRODUCTS（商品一覧）
==================================================== */
#topProducts {
  background: linear-gradient(180deg, #6BB6BB 10.1%, #EBFDFE 100%);
  z-index: 2;
}
#topProducts .cmnInner {
  padding: 13.6rem 0;
}
@media screen and (max-width: 767px) {
  #topProducts .cmnInner {
    padding: 14.9rem 0;
  }
}
#topProducts .cmnInner h2 {
  text-align: center;
  width: 100%;
}
#topProducts .cmnInner .itemBox {
  margin: 6.4rem auto 0;
}
#topProducts .cmnInner .itemList:nth-child(n+2) {
  margin-top: 2rem;
}
#topProducts .cmnInner .item__top {
  display: flex;
  width: 100%;
  gap: 0 1.6rem;
}
#topProducts .cmnInner .item__top li {
  width: 41.6rem;
  background-color: #ffffff;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#topProducts .cmnInner .item__top li .productsPhoto {
  background-color: #F7F7F7;
  height: 43.2rem;
  position: relative;
}
#topProducts .cmnInner .item__top li .productsPhoto img {
  display: block;
  height: 80%;
  width: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
#topProducts .cmnInner .item__top li .productsIntroduction {
  padding: 4rem 0 0;
  margin: 0 3.2rem 0;
  flex-grow: 1;
  border-bottom: 1px solid #D6D6D6;
}
#topProducts .cmnInner .item__top li .productsIntroduction dl dt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#topProducts .cmnInner .item__top li .productsIntroduction dl dt .productsCapacity {
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
#topProducts .cmnInner .item__top li .productsIntroduction dl dt .productsCapacity .productsTax {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.3rem;
}
#topProducts .cmnInner .item__top li .productsIntroduction dl dd {
  margin: 2.4rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#topProducts .cmnInner .item__top li .productsIntroduction dl dd .productsNotes {
  font-size: 1rem;
  vertical-align: text-top;
  margin-right: 0.3rem;
}
#topProducts .cmnInner .item__bottom {
  display: flex;
  width: 100%;
  gap: 0 1.6rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #topProducts .cmnInner .item__bottom {
    display: none;
  }
}
#topProducts .cmnInner .item__bottom li {
  width: 41.6rem;
  background-color: #ffffff;
  border-radius: 0 0 24px 24px;
}
#topProducts .cmnInner .item__bottom li .productsComponent__bottom {
  margin: 0 3.2rem 2.4rem;
}
#topProducts .cmnInner .item__bottom li .productsComponent__bottom dl dt {
  padding: 1.6rem 0 1.6rem 1.9rem;
  margin: 0.8rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
}
#topProducts .cmnInner .item__bottom li .productsComponent__bottom dl dt p {
  transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
#topProducts .cmnInner .item__bottom li .productsComponent__bottom dl dt:before, #topProducts .cmnInner .item__bottom li .productsComponent__bottom dl dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: block;
  width: 1.1rem;
  height: 1px;
  background-color: #212121;
}
#topProducts .cmnInner .item__bottom li .productsComponent__bottom dl dt:after {
  transform: rotate(90deg);
  transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
#topProducts .cmnInner .item__bottom li .productsComponent__bottom dl dd {
  display: none;
  margin: 0 0 4rem;
  font-size: 1.2rem;
  line-height: 130%;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#topProducts .cmnInner .item__bottom li .productsComponent__bottom.open dl dt:after {
  transform: rotate(0deg);
  opacity: 0;
}
#topProducts .cmnInner .item__bottom li:hover p {
  transform: translateX(3px);
}

@media  {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* ----------------------------------------------------
	スマホ用の調整
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  #topProducts .cmnInner .item__top {
    display: block;
  }
  #topProducts .cmnInner .item__top li {
    width: 100%;
    display: block;
    margin-bottom: 3.2rem;
    border-radius: 3.2rem;
  }
  #topProducts .cmnInner .item__top li:last-child {
    margin-bottom: 0;
  }
  #topProducts .cmnInner .item__top li .productsPhoto {
    height: 60rem;
  }
  #topProducts .cmnInner .item__top li .productsPhoto img {
    height: 85%;
  }
  #topProducts .cmnInner .item__top li .productsIntroduction {
    padding: 6.4rem 0 0;
    margin: 0 4.8rem;
  }
  #topProducts .cmnInner .item__top li .productsIntroduction dl dt {
    font-size: 3.2rem;
    letter-spacing: 0.02em;
  }
  #topProducts .cmnInner .item__top li .productsIntroduction dl dt .productsCapacity {
    font-size: 3.2rem;
    margin-top: 1.2rem;
  }
  #topProducts .cmnInner .item__top li .productsIntroduction dl dt .productsCapacity .productsTax {
    font-size: 2rem;
    margin-left: 0.9rem;
  }
  #topProducts .cmnInner .item__top li .productsIntroduction dl dd {
    margin: 3.2rem 0;
    font-size: 2.4rem;
    letter-spacing: 0.07em;
  }
  #topProducts .cmnInner .item__top li .productsIntroduction dl dd .productsNotes {
    font-size: 1.5rem;
  }
}
/* ----------------------------------------------------
	スマホ用の「成分情報」
---------------------------------------------------- */
#topProducts .cmnInner .item__top li .productsComponent__bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  #topProducts .cmnInner .item__top li .productsComponent__bottom {
    display: block;
    margin: 0 4.8rem 3.2rem;
  }
  #topProducts .cmnInner .item__top li .productsComponent__bottom dl dt {
    padding: 3.2rem 0 3.2rem 3.7rem;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: relative;
  }
  #topProducts .cmnInner .item__top li .productsComponent__bottom dl dt p {
    transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }
  #topProducts .cmnInner .item__top li .productsComponent__bottom dl dt:before, #topProducts .cmnInner .item__top li .productsComponent__bottom dl dt:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    display: block;
    width: 1.9rem;
    height: 1px;
    background-color: #212121;
  }
  #topProducts .cmnInner .item__top li .productsComponent__bottom dl dt:after {
    transform: rotate(90deg);
    transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }
  #topProducts .cmnInner .item__top li .productsComponent__bottom dl dd {
    display: none;
    margin: 0;
    font-size: 2rem;
    line-height: 130%;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #topProducts .cmnInner .item__top li .productsComponent__bottom.open dl dt:after {
    transform: rotate(0deg);
    opacity: 0;
  }
}

/* ====================================================
	CONTACT（お問い合わせ）
==================================================== */
#topContact .cmnInner {
  padding: 7.2rem 0;
  z-index: 1;
}
#topContact .cmnInner .topContactBox {
  padding: 12rem 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 6px 6px 7px 0 rgba(255, 255, 255, 0.25) inset;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  text-align: center;
}
#topContact .cmnInner .topContactBox .topContactNotes {
  padding: 6.4rem 0 0;
}
#topContact .cmnInner .topContactBox .topContactNotes p {
  padding: 0 0 6.4rem;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.1em;
}
#topContact .bgImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#topContact .bgImg video {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------------
	スマホ用の調整
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  #topContact .cmnInner {
    padding: 14.9rem 0;
  }
  #topContact .cmnInner .topContactBox {
    padding: 12.9rem 0;
    border-radius: 3.2rem;
  }
  body.is-front h2 .is-ja {
    margin-top: 1.4rem;
  }
  #topContact .cmnInner .topContactBox .topContactNotes {
    padding: 7rem 0 0;
  }
  #topContact .cmnInner .topContactBox .topContactNotes p {
    font-size: 2.9rem;
  }
}
/* ====================================================
	スマホ用の「simpleParallax.js」でのパララックス
==================================================== */
@media screen and (max-width: 767px) {
  #topAboutUs .photo.is-01 .js-parallax {
    margin-top: -80%;
  }
  #topAboutUs .photo.is-01 .js-parallax.stop-luxy {
    margin-top: -90%;
  }
  #topAboutUs .photo.is-02 .js-parallax {
    margin-top: -30%;
  }
  #topAboutUs .photo.is-02 .js-parallax.stop-luxy {
    margin-top: -31%;
  }
  #topService .photo.is-01 .js-parallax {
    margin-top: -35%;
  }
  #topService .photo.is-02 .js-parallax {
    margin-top: -23%;
  }
  #topService .photo.is-02 .js-parallax.stop-luxy {
    margin-top: -44%;
  }
}
body.page-about {
  /* ====================================================
      代表メッセージ
  ==================================================== */
  /* ----------------------------------------------------
      代表者
  ---------------------------------------------------- */
  /* ----------------------------------------------------
      メッセージ
  ---------------------------------------------------- */
  /* ====================================================
      会社概要
  ==================================================== */
}
body.page-about #aboutMsg.cmnContent::before {
  border-radius: 0 3rem 3rem 0;
}
body.page-about .aboutMsgLead {
  margin-top: 5.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.68;
  text-shadow: 0 0 1rem rgba(107, 182, 187, 0.5);
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgLead {
    margin-top: 0.2rem;
    line-height: 1.7;
  }
}
body.page-about .nameBox {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  body.page-about .nameBox {
    margin-top: 4.5rem;
  }
}
body.page-about .nameBox .is-pos {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body.page-about .nameBox .is-pos {
    font-size: 2.8rem;
  }
}
body.page-about .nameBox .is-fullname {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.096em;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  body.page-about .nameBox .is-fullname {
    font-size: 3.2rem;
    letter-spacing: 0.14em;
    margin-left: 1rem;
  }
}
body.page-about .aboutMsgImgName {
  margin-top: 2.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-shadow: 0px 0px 1rem rgba(107, 182, 187, 0.5);
}
body.page-about .aboutMsgImgName .company {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgImgName .company {
    font-size: 2.6rem;
  }
}
body.page-about .aboutMsgImgName .nameBox {
  margin-top: 1rem !important;
}
body.page-about .aboutMsgTxtNotes .nameBox {
  width: 100%;
  text-align: right;
}
body.page-about .aboutMsgBox {
  display: flex;
  max-width: 131rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgBox {
    flex-direction: column;
  }
}
body.page-about .aboutMsgImgBox {
  width: 45.9rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgImgBox {
    width: initial;
    min-width: initial;
    display: flex;
  }
}
body.page-about .aboutMsgImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 918/1120;
  overflow: hidden;
  border-radius: 2.4rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgImg {
    width: 43.8%;
    min-width: 43.8%;
    border-radius: 3.2rem;
  }
}
body.page-about .aboutMsgImg > img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgImgNameBox {
    padding-left: 1.6rem;
    padding-right: 3.3rem;
  }
}
body.page-about .aboutMsgImgName {
  margin-top: 2.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgImgName {
    align-items: flex-start;
    margin-top: 3.7rem;
  }
}
body.page-about .aboutMsgTxtInner {
  padding-left: 13.7rem;
  width: 61.8rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgTxtInner {
    padding: initial;
    width: initial;
  }
}
body.page-about .aboutMsgTxtBox {
  position: relative;
  width: calc(100% - 45.9rem + 4.3rem);
  margin-left: -4.3rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgTxtBox {
    width: 91%;
    margin-left: auto;
    margin-top: 5rem;
  }
}
body.page-about .aboutMsgTxtBox > * {
  position: relative;
  z-index: 2;
}
body.page-about .aboutMsgTxtNotes {
  position: relative;
  background-color: #fff;
  margin-top: 4.2rem;
  padding: 11.2rem 0 11.7rem;
  border-radius: 2.6rem 0 0 2.6rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgTxtNotes {
    margin-top: initial;
    padding: 6.4rem 4.5rem 7.3rem 6.6rem;
    border-radius: 3rem 0 0 3rem;
  }
}
body.page-about .aboutMsgTxtNotes::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  width: 4rem;
  height: 100%;
  border-radius: 2.6rem;
  background-color: #fff;
}
body.page-about .aboutMsgTxtNotes p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgTxtNotes p {
    font-size: 2.6rem;
    line-height: 1.588;
    letter-spacing: 0;
    margin-top: 3.9rem;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
body.page-about .aboutMsgTxtNotes p:first-of-type {
  margin-top: initial !important;
}
body.page-about .aboutMsgTxtItem {
  position: absolute;
  top: 65.5rem;
  right: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgTxtItem {
    top: initial;
    bottom: 0;
  }
}
body.page-about .aboutMsgTxtItem .item {
  position: absolute;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgTxtItem .item {
    top: initial !important;
  }
}
body.page-about .aboutMsgTxtItem .item.is-01 {
  top: 6rem;
  right: 28.6rem;
  width: 38.15rem;
  aspect-ratio: 763/663;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgTxtItem .item.is-01 {
    right: -15.1rem;
    width: 30rem;
    bottom: 73.2rem;
  }
}
body.page-about .aboutMsgTxtItem .item.is-02 {
  top: 25rem;
  right: -9.4rem;
  width: 35.7rem;
  aspect-ratio: 714/963;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutMsgTxtItem .item.is-02 {
    right: -16.3rem;
    width: 28.2rem;
    bottom: -10.1rem;
  }
}
body.page-about #aboutCo.cmnContent::before {
  width: calc(100% - (100% - 130rem) / 2 - 48.3rem);
  height: 30.4rem;
  border-radius: 3rem 0 0 0;
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
}
body.page-about .aboutCoLyt {
  width: 116.8rem;
  margin-left: 6.6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutCoLyt {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
body.page-about .aboutCoBox {
  padding: 11.1rem 11rem 10.8rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutCoBox {
    margin: 5.1rem 3.2rem 0;
    border-radius: 3rem;
    padding: 4.8rem 5rem 5rem;
  }
}
body.page-about .aboutCoBox dl {
  display: flex;
  margin-top: 6.1rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutCoBox dl {
    display: flex;
    flex-direction: column;
    margin-top: 2.9rem;
  }
}
body.page-about .aboutCoBox dl:first-of-type {
  margin-top: initial !important;
}
body.page-about .aboutCoBox dt,
body.page-about .aboutCoBox dd {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutCoBox dt,
  body.page-about .aboutCoBox dd {
    width: 100% !important;
    font-size: 2.5rem;
  }
}
body.page-about .aboutCoBox dt {
  font-weight: 700;
  width: 15.6%;
  letter-spacing: 0;
}
body.page-about .aboutCoBox dd {
  width: 84.4%;
  letter-spacing: 0.08em;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutCoBox dd {
    margin-top: 0.9rem;
  }
}
body.page-about .aboutCoBox dd .map {
  width: 100%;
  height: 55.6rem;
  filter: grayscale(1);
  opacity: 0.8;
  border-radius: 0.4em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.page-about .aboutCoBox dd .map {
    height: 42rem;
  }
}
body.page-about .aboutCoBox dd .map iframe {
  width: 100%;
  height: 100%;
}

/* ====================================================
	スマホ用の「simpleParallax.js」でのパララックス
==================================================== */
body.page-service {
  /* ----------------------------------------------------
      物販事業
  ---------------------------------------------------- */
  /* ----------------------------------------------------
      プロデュース事業
  ---------------------------------------------------- */
  /* ----------------------------------------------------
      コンサル事業
  ---------------------------------------------------- */
}
body.page-service .cmnContent {
  padding-bottom: 8.7rem;
}
@media screen and (max-width: 767px) {
  body.page-service .cmnContent {
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-service .cmnContent::before {
    width: 70.4rem;
  }
}
body.page-service .cmnContent:nth-of-type(odd)::before {
  border-radius: 0 3rem 3rem 0;
}
body.page-service .cmnContent:nth-of-type(even)::before {
  left: initial;
  right: 0;
  border-radius: 3rem 0 0 3rem;
}
body.page-service .cmnContent:last-of-type {
  padding-bottom: 13.5rem;
}
body.page-service .cmnContent:last-of-type::before {
  border-radius: 0 3rem 0 0;
}
@media screen and (max-width: 767px) {
  body.page-service .cmnContent:last-of-type {
    padding-bottom: 19.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-service .cmnBlock {
    padding: 0 3.3rem;
  }
}
body.page-service h2 .is-ja {
  font-size: 6.4rem;
  margin-top: -0.4rem;
}
body.page-service h2 .is-ja .is-order {
  margin-left: -0.3rem;
}
body.page-service h2 .is-ja .is-order:first-of-type {
  margin-left: initial;
}
body.page-service h2 .is-parentheses {
  margin-left: -3.1rem !important;
  letter-spacing: -0.1em !important;
}
@media screen and (max-width: 767px) {
  body.page-service h2 .is-parentheses {
    font-size: 3.4rem;
    margin-left: -1.1rem !important;
    letter-spacing: 0 !important;
  }
}
body.page-service .serviceBox {
  background-color: #fff;
  margin-top: 7.1rem;
  padding: 8rem 10.2rem 8rem 10.1rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  body.page-service .serviceBox {
    margin-top: 4rem;
    padding: 4.9rem 4.9rem 5rem;
    border-radius: 3rem;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
body.page-service .service__feature {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.page-service .service__feature {
    flex-direction: column-reverse !important;
  }
}
body.page-service .service__feature .service__txtBox {
  width: calc(50.6% - 4rem);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body.page-service .service__feature .service__txtBox {
    width: 100%;
    margin-right: initial !important;
    margin-top: 3.1rem;
    white-space: normal;
  }
}
body.page-service .service__feature .service__leadTtl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.page-service .service__feature .service__leadTtl {
    font-size: 2.5rem;
    line-height: 1.66;
  }
}
body.page-service .service__feature .service__leadTtl.is-medium {
  font-weight: 700;
}
body.page-service .service__feature .service__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  body.page-service .service__feature .service__txt {
    font-size: 2.4rem;
    line-height: 1.71;
    margin-top: 3rem;
  }
}
body.page-service .service__feature .service__imgBox {
  width: 49.4%;
}
@media screen and (max-width: 767px) {
  body.page-service .service__feature .service__imgBox {
    width: 100%;
  }
}
body.page-service .service__feature .service__img {
  width: 100%;
  height: auto;
  aspect-ratio: 543/330;
  border-radius: 2rem;
  overflow: hidden;
}
body.page-service .service__feature .service__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-service .cmnContent:nth-of-type(odd) .service__feature .service__txtBox {
  margin-right: 4rem;
}
body.page-service .cmnContent:nth-of-type(even) .service__feature {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  body.page-service .cmnContent:nth-of-type(even) .service__feature {
    justify-content: flex-start;
  }
}
body.page-service .cmnContent:nth-of-type(even) .service__feature .service__txtBox {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  body.page-service .cmnContent:nth-of-type(even) .service__feature .service__txtBox {
    margin-left: initial;
  }
}
body.page-service .service__detail {
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail {
    margin-top: 3.3rem;
  }
}
body.page-service .service__detail .service__detailCatch {
  background-color: #EBFDFE;
  padding: 5.8rem 6.2rem 5.5rem;
  border-radius: 1.8rem;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail .service__detailCatch {
    padding: 5rem 6.2rem 5.5rem;
  }
}
body.page-service .service__detail .service__leadTtl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail .service__leadTtl {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
body.page-service .service__detail .service__list {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem auto 0;
  max-width: 87rem;
  gap: 5.5rem 2.3rem;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail .service__list {
    flex-direction: column;
    margin: 4.7rem auto 0;
    max-width: 38.8rem;
  }
}
body.page-service .service__detail .service__list li {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail .service__list li {
    width: 100%;
  }
}
body.page-service .service__detail .service__list .service__itemImgBox {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
body.page-service .service__detail .service__list .service__itemImg {
  width: 100%;
  height: 100%;
  background-color: #6BB6BB;
  border-radius: 50%;
}
body.page-service .service__detail .service__list .service__itemImg img {
  height: 100%;
}
body.page-service .service__detail .service__list .service__itemImg-num {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.8rem;
  width: auto;
  margin: auto;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 247/174;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail .service__list .service__itemImg-num {
    bottom: -3.1rem;
    height: 8.8rem;
  }
}
body.page-service .service__detail .service__list .service__itemImg-num.is-01 {
  aspect-ratio: 204/172;
}
body.page-service .service__detail .service__list .service__itemImg-num.is-02 {
  aspect-ratio: 244/172;
}
body.page-service .service__detail .service__list .service__itemImg-num.is-03 {
  aspect-ratio: 240/173;
}
body.page-service .service__detail .service__list .service__itemImg-num.is-04 {
  aspect-ratio: 247/174;
}
body.page-service .service__detail .service__list .service__itemImg-num img {
  height: 100%;
}
body.page-service .service__detail .service__list .service__itemTxtBox {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail .service__list .service__itemTxtBox {
    margin-top: 4.9rem;
  }
}
body.page-service .service__detail .service__list .service__itemTtl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail .service__list .service__itemTtl {
    font-size: 2.6rem;
  }
}
body.page-service .service__detail .service__list .service__itemTxt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.13em;
  padding-left: 0.7rem;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detail .service__list .service__itemTxt {
    font-size: 2.2rem;
    margin-top: 2rem;
    line-height: 1.4;
    padding-left: initial;
  }
}
body.page-service .service__detailNote {
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detailNote {
    margin: 3.5rem auto 0;
  }
}
body.page-service .service__detailNote p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body.page-service .service__detailNote p {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
body.page-service #sales .service__feature .service__img img {
  transform: scale(1.6);
  margin-left: 6rem;
  margin-top: 3.4rem;
}
body.page-service #produce .service__feature .service__img img {
  transform: scale(1.55);
  margin-left: 6rem;
  margin-top: -9rem;
}
body.page-service #produce .service__detail .service__leadTtl {
  white-space: nowrap;
}
body.page-service #produce .service__detailNote {
  max-width: 87rem;
}
@media screen and (max-width: 767px) {
  body.page-service #produce .service__detailNote {
    max-width: initial;
  }
}
body.page-service #consulting {
  /*
      悩み
  ---------------------------------------------------- */
  /*
      提案
  ---------------------------------------------------- */
}
body.page-service #consulting .service__feature .service__imgBox .service__img img {
  transform: scale(1.84);
  margin-left: -18.2rem;
  margin-top: -13.7rem;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detail .service__detailCatch {
    padding: 5rem 3.9rem 5.5rem;
  }
}
body.page-service #consulting .service__detail .service__list {
  max-width: 67.4rem;
  justify-content: space-between;
  gap: 5.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detail .service__list {
    max-width: initial;
  }
}
body.page-service #consulting .service__detail .service__list li {
  width: calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detail .service__list li {
    width: 100%;
  }
}
body.page-service #consulting .service__detail .service__list .service__itemImgBox {
  width: 20rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detail .service__list .service__itemImgBox {
    width: 38.5rem;
  }
}
body.page-service #consulting .service__detailTroubleBox {
  max-width: 58.4rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detailTroubleBox {
    max-width: initial;
  }
}
body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-ttlWrap {
  text-align: center;
}
body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  display: inline-block;
  padding: 1.7rem 0 1.6rem;
  width: 100%;
  background-color: #00A9BA;
  color: #fff;
  border-radius: 3.5rem;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-ttl {
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 3.1rem 0 3rem;
    letter-spacing: 0.12em;
    border-radius: 7rem;
  }
}
body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-list {
  margin: 2.6rem auto;
  padding-left: 1.9rem;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-list {
    margin: 3.5rem auto;
    padding-left: initial;
  }
}
body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-list li {
  position: relative;
  padding-left: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-list li {
    font-size: 2.4rem;
    padding-left: 7.2rem;
    margin-top: 2.6rem;
  }
}
body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-list li:first-of-type {
  margin-top: initial !important;
}
body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 26/22;
  background-image: url(/img/service/icon_check.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-list li::before {
    top: 0.9rem;
    width: 5.3rem;
  }
}
body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-arrow {
  text-align: center;
}
body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-arrow svg {
  width: 0.8rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 8/40;
  fill: #00A9BA;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detailTroubleBox .service__detailTrouble-arrow svg {
    width: 1rem;
  }
}
body.page-service #consulting .service__detailSugBox {
  margin-top: 2.4rem;
}
body.page-service #consulting .service__detailSug-ttl {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detailSug-ttl {
    font-size: 2.6rem;
    line-height: 2.3;
    letter-spacing: 0.1em;
  }
}
body.page-service #consulting .service__detailSug-ttl .is-attn {
  background-color: #FFFCD9;
  padding: 0.9rem 0.8rem;
  border-radius: 0.9rem;
  margin: 0 0.7rem;
}
@media screen and (max-width: 767px) {
  body.page-service #consulting .service__detailSug-ttl .is-attn {
    margin: initial;
    width: 100%;
    padding: 0.9rem 0;
  }
}
body.page-service #consulting .service__detailNote {
  max-width: 105rem;
}

@media screen and (max-width: 767px) {
  body.is-page.page-newsItem .cmnHead {
    height: 29rem;
  }
}

.cmnNewsItem {
  border-top: 1px solid #D6D6D6;
}
.cmnNewsItem:last-of-type {
  border-bottom: 1px solid #D6D6D6;
}

.cmnNewsItem__link {
  position: relative;
  padding: 3.4rem 4rem 3.3rem;
  width: calc(100% - 8rem);
}
@media screen and (max-width: 767px) {
  .cmnNewsItem__link {
    padding: 5.3rem 7.3rem 5.1rem 3.3rem;
    width: calc(100% - 10.6rem);
  }
}
.cmnNewsItem__link::before {
  content: "";
  position: absolute;
  top: 49.6%;
  right: 3.9rem;
  transform: translateY(-50%);
  width: 1rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/12;
  -webkit-mask-image: url(/img/common/arrow.svg);
          mask-image: url(/img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #212121;
}
@media screen and (max-width: 767px) {
  .cmnNewsItem__link::before {
    top: 50%;
    right: 3.2rem;
    transform: translateY(-50%);
    margin-top: 2.2rem;
    width: 1.4rem;
  }
}
.cmnNewsItem__link:hover .cmnNewsItem__box {
  transform: translateX(2rem);
}

.cmnNewsItem__box {
  width: 100%;
  display: flex;
  align-items: center;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .cmnNewsItem__box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cmnNewsItem__date {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  width: 11%;
}
@media screen and (max-width: 767px) {
  .cmnNewsItem__date {
    font-size: 2.5rem;
    width: initial !important;
  }
}

.cmnNewsItem__ttl {
  font-weight: 500;
  font-size: 1.6rem;
  width: 78%;
  line-height: 1.2;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmnNewsItem__ttl {
    font-size: 2.5rem;
    width: initial !important;
    line-height: 1.26;
    margin-top: 1.2rem;
  }
}

body.is-front .cmnNewsItem__link::before {
  display: none;
}

body.page-newsList .cmnNewsItem:first-of-type {
  border-top: 0 solid #D6D6D6;
}
body.page-newsList .cmnNewsItem:last-of-type {
  border-bottom: 0 solid #D6D6D6;
}

body.page-newsList .cmnBlockRight .cmnLyt__block,
body.page-newsItem .cmnBlockRight .cmnLyt__block {
  padding: 8rem 13.7rem 8.6rem 7rem;
}

@media screen and (max-width: 767px) {
  body.page-newsList .cmnBlockRight .cmnLyt__block {
    padding: 1.8rem 3rem 2.4rem 3.2rem !important;
  }
}

/* ====================================================
	ニュース一覧
==================================================== */
body.page-newsList .newsBtnBlock {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  body.page-newsList .newsBtnBlock {
    margin-top: 5rem;
  }
}
body.page-newsList .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
}
@media screen and (max-width: 767px) {
  body.page-newsList .pagination {
    gap: 2.2rem;
  }
}
body.page-newsList .page-numbers {
  position: relative;
  border-style: solid;
  border-color: #00A9BA;
  border-width: 1px;
  background-color: #fff;
  border-radius: 50%;
  width: 3.8rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  body.page-newsList .page-numbers {
    width: 6.2rem;
  }
}
body.page-newsList .page-numbers .page-txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #00A9BA;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  body.page-newsList .page-numbers .page-txt {
    font-size: 2.8rem;
    margin-top: -0.3rem;
  }
}
body.page-newsList .page-numbers.current, body.page-newsList .page-numbers.dots {
  pointer-events: none;
}
body.page-newsList .page-numbers.current {
  background-color: #00A9BA;
}
body.page-newsList .page-numbers.current .page-txt {
  color: #fff;
}
body.page-newsList .page-numbers.dots {
  border-color: transparent;
  background-color: transparent;
  width: initial;
  color: #00A9BA;
  font-size: 1.8rem;
  margin-top: -1.3rem;
}
@media screen and (max-width: 767px) {
  body.page-newsList .page-numbers.dots {
    font-size: 3.7rem;
    margin-top: -2.7rem;
  }
}
body.page-newsList .page-numbers:hover {
  transform: translateY(-0.6rem);
  background-color: #EBFDFE;
}
body.page-newsList .page-numbers:hover:has(.current) {
  transform: translateY(0);
}
body.page-newsList .page-numbers.prev::before, body.page-newsList .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 52.6%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/12;
  -webkit-mask-image: url(/img/common/arrow.svg);
          mask-image: url(/img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #00A9BA;
}
@media screen and (max-width: 767px) {
  body.page-newsList .page-numbers.prev::before, body.page-newsList .page-numbers.next::before {
    top: 51.6%;
    width: 1.1rem;
  }
}
body.page-newsList .page-numbers.prev::before {
  left: 48.6%;
  transform: translate(-50%, -50%) rotate(180deg);
}
body.page-newsList .page-numbers.next::before {
  left: 51.6%;
}

/* ====================================================
	ニュース投稿
==================================================== */
body.page-newsItem .cmnBlockLeft {
  max-width: 100%;
}
body.page-newsItem .breadcrumbList {
  width: calc(100% - (100% - 130rem) / 2 - 22.8rem);
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .breadcrumbList {
    width: calc(100% - 2rem);
  }
}
body.page-newsItem .breadcrumbList li:last-of-type span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
body.page-newsItem .cmnContent {
  margin-top: -7.3rem !important;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .cmnContent {
    margin-top: -6.5rem !important;
  }
}
body.page-newsItem .cmnBlockLeft .cmnLytTtl {
  width: calc(100% - (100% - 130rem) / 2 - 16.8rem);
  margin-top: initial;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .cmnBlockLeft .cmnLytTtl {
    width: initial;
  }
}
body.page-newsItem .cmnBlockLeft .cmnLytTtl__block {
  padding-left: calc(100% - 130rem + 21.6rem);
  display: inline-block;
}
body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2 {
  position: relative;
  padding: 4rem 4.6rem 3.4rem 0;
  flex-direction: column;
  align-items: flex-start;
  margin-left: initial;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2 {
    padding: 4.9rem 4.6rem 4.6rem 4.9rem;
  }
}
body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2::before {
  content: "";
  width: calc(100% + 7rem);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #6BB6BB 0%, #6FF2FA 100%);
  border-radius: 0 2.5rem 2.5rem 0;
}
@media screen and (min-width: 1440px) {
  body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2::before {
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2::before {
    border-radius: 3rem;
  }
}
body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2 > * {
  position: relative;
}
body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2 .date {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.046em;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2 .date {
    letter-spacing: 0.06em;
  }
}
body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2 .ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.04em;
  margin-top: 0.7rem;
  line-height: 1.18;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .cmnBlockLeft .cmnLytTtl__block h2 .ttl {
    margin-top: 0.9rem;
  }
}
body.page-newsItem .cmnBlockRight .cmnLyt {
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .cmnBlockRight .cmnLyt {
    margin-top: 5rem;
  }
}
body.page-newsItem .newsBtnBlock {
  margin-top: 3.1rem;
}
body.page-newsItem .newsBtnBlock .cmnBtn__wrap {
  width: 100%;
}
body.page-newsItem .paginationSingle {
  position: relative;
  width: 100%;
  max-width: 73rem;
}
body.page-newsItem .paginationSingle li.is-news {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-news {
    padding-top: 11rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow {
    margin-top: -8.7rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow a {
  position: relative;
  color: #00A9BA;
  font-weight: 500;
  font-size: 2rem;
  transition: all 0.4s ease;
  padding: 1rem 0 1.1rem;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow a {
    font-size: 3rem;
    padding: 1.8rem 0 1.9rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow a::before {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  width: 3.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  border-style: solid;
  border-color: #00A9BA;
  border-width: 1px;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow a::before {
    width: 6.2rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow a::after {
  content: "";
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/12;
  -webkit-mask-image: url(/img/common/arrow.svg);
          mask-image: url(/img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #00A9BA;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow a::after {
    width: 1.1rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow a:hover {
  transform: translateY(-0.6rem);
}
body.page-newsItem .paginationSingle li.is-arrow a:hover::before {
  background-color: #EBFDFE;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow.is-next {
    left: 8.8rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow.is-next a {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow.is-next a {
    padding-left: 8.4rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow.is-next a::before {
  left: 0;
}
body.page-newsItem .paginationSingle li.is-arrow.is-next a::after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow.is-next a::after {
    left: 2.5rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow.is-previous {
  right: 0;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow.is-previous {
    right: 8.8rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow.is-previous a {
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow.is-previous a {
    padding-right: 8.4rem;
  }
}
body.page-newsItem .paginationSingle li.is-arrow.is-previous a::before {
  right: 0;
}
body.page-newsItem .paginationSingle li.is-arrow.is-previous a::after {
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  body.page-newsItem .paginationSingle li.is-arrow.is-previous a::after {
    right: 2.5rem;
  }
}

body.page-contact .cmnLyt__block {
  padding: 8rem 25rem 8.1rem 19rem;
}
@media screen and (max-width: 767px) {
  body.page-contact .cmnLyt__block {
    padding: 4.9rem 4.8rem 6.3rem 4.7rem !important;
  }
}
body.page-contact .contactMsg > * {
  margin-top: 3.5rem;
}
body.page-contact .contactMsg > *:first-child {
  margin-top: initial !important;
}
body.page-contact .contactMsg h3 {
  font-size: 2.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactMsg h3 {
    font-size: 3.9rem;
  }
}
body.page-contact .contactMsg p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.68;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactMsg p {
    font-size: 2.5rem;
    line-height: 1.64;
    letter-spacing: 0;
    text-align: left;
  }
}
body.page-contact .contactMsg p > span {
  display: inline;
}
body.page-contact .contactProgress__list {
  margin-top: 2.9%;
  display: flex;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__list {
    margin-top: 3.3rem;
  }
}
body.page-contact .contactProgress__item {
  position: relative;
  width: 33.3333333333%;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item {
    height: 11.7rem;
  }
}
body.page-contact .contactProgress__item > span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 0.1rem;
  color: #00A9BA;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item > span {
    font-size: 2.4rem;
  }
}
body.page-contact .contactProgress__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 584/112;
  background-image: url(/img/contact/progress_pc.png?version=250522);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item::before {
    width: 107%;
    background-image: url(/img/contact/progress_sp.png?version=250522);
    aspect-ratio: 441/227;
  }
}
body.page-contact .contactProgress__item.is-active > span {
  color: #fff;
}
body.page-contact .contactProgress__item.is-active::before {
  background-image: url(/img/contact/progress_pc_active.png?version=250522);
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item.is-active::before {
    background-image: url(/img/contact/progress_sp_active.png?version=250522);
  }
}
body.page-contact .contactProgress__item:first-of-type > span {
  margin-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item:first-of-type > span {
    margin-left: 1.7rem;
  }
}
body.page-contact .contactProgress__item:first-of-type::before {
  margin-left: 0.3rem;
  background-image: url(/img/contact/progress_pc_first.png?version=250522);
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item:first-of-type::before {
    margin-left: 0.8rem;
    background-image: url(/img/contact/progress_sp_first.png?version=250522);
  }
}
body.page-contact .contactProgress__item:first-of-type.is-active::before {
  background-image: url(/img/contact/progress_pc_first_active.png?version=250522);
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item:first-of-type.is-active::before {
    background-image: url(/img/contact/progress_sp_first_active.png?version=250522);
  }
}
body.page-contact .contactProgress__item:nth-of-type(3)::before {
  margin-left: -0.3rem;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item:nth-of-type(3)::before {
    margin-left: -0.7rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactProgress__item:nth-of-type(3) > span {
    margin-top: -0.5rem;
    margin-left: -1.4rem;
  }
}
body.page-contact .contactForm {
  margin-top: 5.7rem;
  /*---------- セレクトの見た目 ----------*/
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm {
    margin-top: 6.9rem;
  }
}
body.page-contact .contactForm dl,
body.page-contact .contactForm .dl {
  display: flex;
  margin-top: 3.2rem;
  pointer-events: none;
}
body.page-contact .contactForm dl:first-of-type,
body.page-contact .contactForm .dl:first-of-type {
  margin-top: initial !important;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm dl,
  body.page-contact .contactForm .dl {
    flex-direction: column;
    margin-top: 3.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.page-contact .contactForm dl,
  body.page-contact .contactForm .dl {
    margin-top: 4.5rem;
  }
}
body.page-contact .contactForm dt,
body.page-contact .contactForm .dt {
  padding-top: 2.5rem;
  width: 34.3%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm dt,
  body.page-contact .contactForm .dt {
    font-size: 2.5rem;
    padding-top: initial;
    width: 100%;
  }
}
body.page-contact .contactForm .is-required {
  color: #00A9BA;
  font-size: 1rem;
  margin-left: 0.5rem;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .is-required {
    font-size: 2.1rem;
    margin-left: 0.9rem;
  }
}
body.page-contact .contactForm dd,
body.page-contact .contactForm .dd {
  width: 65.7%;
  font-size: 1.6rem;
  font-weight: 500;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm dd,
  body.page-contact .contactForm .dd {
    width: 100%;
    margin-top: 2.1rem;
  }
}
body.page-contact .contactForm input,
body.page-contact .contactForm textarea {
  width: calc(100% - 6.2rem);
  padding: 2rem 3.1rem;
  background-color: #F5F5F5;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  border-radius: 0.6rem;
  overflow: hidden;
  outline-style: solid;
  outline-width: 0.2rem;
  outline-color: transparent;
  outline-offset: -0.2rem;
}
body.page-contact .contactForm input:-webkit-autofill,
body.page-contact .contactForm textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F5F5F5 inset;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm input,
  body.page-contact .contactForm textarea {
    width: calc(100% - 6.8rem);
    padding: 2.9rem 3.4rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm input,
  body.page-contact .contactForm textarea {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm input,
  body.page-contact .contactForm textarea {
    border-radius: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm input,
  body.page-contact .contactForm textarea {
    outline-width: 0.5rem;
    outline-offset: -0.5rem;
  }
}
body.page-contact .contactForm input:focus,
body.page-contact .contactForm textarea:focus {
  outline-color: #00A9BA;
}
body.page-contact .contactForm textarea {
  height: 23.9rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm textarea {
    height: 25.5rem;
  }
}
body.page-contact .contactForm .selectBox {
  cursor: pointer;
  transition: opacity 0.4s ease;
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  outline-style: solid;
  outline-width: 0.2rem;
  outline-color: transparent;
  outline-offset: -0.2rem;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox {
    border-radius: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox {
    outline-width: 0.5rem;
    outline-offset: -0.5rem;
  }
}
body.page-contact .contactForm .selectBox::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 2.9rem;
  transform: translateY(-50%);
  width: 1.7rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 13/13;
  -webkit-mask-image: url(/img/common/arrow_select.svg);
          mask-image: url(/img/common/arrow_select.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #212121;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox::before {
    width: 3.6rem;
    border-radius: 0.8rem;
  }
}
body.page-contact .contactForm .selectBox:hover {
  opacity: 0.8;
}
body.page-contact .contactForm .selectBox select {
  width: calc(100% - 6.2rem);
  padding: 2rem 3.1rem;
  background-color: #F5F5F5;
  width: 100% !important;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  line-height: 1.5;
  color: #212121;
}
body.page-contact .contactForm .selectBox select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F5F5F5 inset;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox select {
    width: calc(100% - 6.8rem);
    padding: 2.9rem 3.4rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .contactForm .selectBox select {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
body.page-contact .contactForm .selectBox select option {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #212121;
}
body.page-contact .contactForm .selectBox:has(select:focus) {
  outline-color: #00A9BA;
}
body.page-contact .contactNote {
  margin-top: 3.4rem;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactNote {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
body.page-contact .contactNote a {
  color: #00A9BA;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.page-contact .contactNote a {
    text-underline-offset: 0.4rem;
  }
}
body.page-contact .contactFormBtn__wrap {
  display: none;
}

/* ====================================================
	確認
==================================================== */
@media screen and (max-width: 767px) {
  body.page-contact_confirm .contactForm .dt {
    font-size: 2.6rem;
    color: #00A9BA;
  }
}
body.page-contact_confirm .contactForm .dd {
  width: calc(100% - 6.2rem);
  padding: 2rem 3.1rem;
  background-color: #F5F5F5;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  background-color: transparent;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.page-contact_confirm .contactForm .dd {
    margin-top: 1.6rem;
  }
}
body.page-contact_confirm .contactForm .dd:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F5F5F5 inset;
}
@media screen and (max-width: 767px) {
  body.page-contact_confirm .contactForm .dd {
    width: calc(100% - 6.8rem);
    padding: 2.9rem 3.4rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact_confirm .contactForm .dd {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact_confirm .contactForm .dd {
    width: 100%;
    padding: initial;
  }
}
body.page-contact_confirm .cmnBtn.is-ja {
  width: 27.5rem;
}

/* ====================================================
	完了
==================================================== */
body.page-contact_thanks .cmnLyt__block {
  padding: 8rem 25rem 15.1rem 19rem;
}
@media screen and (max-width: 767px) {
  body.page-contact_thanks .cmnLyt__block {
    padding: 4.9rem 4.8rem 8.1rem 4.7rem !important;
  }
}
body.page-contact_thanks .contactMsg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.page-contact_thanks .contactMsg p {
    margin-top: 3.8rem;
  }
}

/* ====================================================
	商品に関するページの共通設定
==================================================== */
/* ====================================================
	商品の個別ページ
	body.page-productsItem
==================================================== */
body.page-productsItem .woocommerce div.product div.images.woocommerce-product-gallery {
  border-radius: 2rem;
  overflow: hidden;
}

body.page-productsItem .woocommerce div.product div.images .woocommerce-product-gallery__image a {
  background: #F7F7F7;
  padding: 4rem;
}

body.page-productsItem .woocommerce div.product div.images .woocommerce-product-gallery__image a img {
  height: 50rem;
  -o-object-fit: contain;
     object-fit: contain;
}

body.is-page.page-productsItem .postContent .woocommerce h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.is-page.page-productsItem .postContent .woocommerce h3 {
    font-size: 3.2rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
}

body.is-page.page-productsItem .postContent p.capacity {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.is-page.page-productsItem .postContent p.capacity {
    font-size: 3.2rem;
    margin-top: 1.2rem;
    letter-spacing: 0.02em;
  }
}

body.is-page.page-productsItem .postContent p.price {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1rem;
  margin-left: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.is-page.page-productsItem .postContent p.price {
    font-size: 3.2rem;
    margin-top: 1.2rem;
    letter-spacing: 0.02em;
    margin-left: 0.3em;
  }
}

body.is-page.page-productsItem .postContent p.price .tax {
  font-weight: 400;
  font-size: 1.3rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  body.is-page.page-productsItem .postContent p.price .tax {
    font-size: 2rem;
    margin-left: 0.9rem;
  }
}

body.page-productsItem .woocommerce div.product form.cart {
  margin-top: 3.2rem;
  margin-bottom: 0;
}

body.page-productsItem .woocommerce div.product form.cart div.quantity {
  margin-right: 1rem;
}

body.page-productsItem .woocommerce .quantity input.qty {
  width: 9rem;
  padding: 0 1rem 0 2rem;
  background-color: #F5F5F5;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  border-radius: 0.6rem;
  overflow: hidden;
  outline-style: solid;
  outline-width: 0.2rem;
  outline-color: transparent;
  outline-offset: -0.2rem;
  height: 5.5rem;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.page-productsItem .woocommerce .quantity input.qty {
    outline-width: 0.5rem;
    outline-offset: -0.5rem;
    border-radius: 1.1rem;
    font-size: clamp(16px, 2.4rem, 2.4rem);
    letter-spacing: 0.1em;
    padding: 0;
    height: 6rem;
    width: 11rem;
  }
}

body.page-productsItem .woocommerce .quantity .qty:focus {
  outline-color: #00A9BA;
}

/*---------- ↓ボタン ----------*/
body.page-productsItem .woocommerce div.product form.cart .button {
  position: relative;
  box-shadow: 0 0 0.4rem #FFFFFF;
  overflow: hidden;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  font-size: 1.9rem;
  padding: 0 2rem;
  border-radius: 8px;
  letter-spacing: 0;
  height: 5.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.page-productsItem .woocommerce div.product form.cart .button {
    font-size: 2.4rem;
    letter-spacing: 0.07em;
    font-weight: 500;
    border-radius: 1.6rem;
    padding: 0 2.5rem;
    height: 6rem;
  }
}

body.page-productsItem .woocommerce div.product form.cart .button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.4s ease-in-out;
  background-size: 200%;
  background-position: -100% 0;
  background-image: linear-gradient(90deg, #6FF2FA 0, #6BB6BB 50%, #6FF2FA 100%);
  z-index: -1;
}

body.page-productsItem .woocommerce div.product form.cart .button:hover:before {
  background-position: 0 0;
}

/*---------- ↑ボタン ----------*/
body.page-productsItem .product-post-content {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.page-productsItem .product-post-content {
    margin-top: 3.2rem;
    font-size: 2.4rem;
    line-height: 130%;
    letter-spacing: 0.07em;
  }
}

body.page-productsItem .product-post-content .productsNotes {
  font-size: 1rem;
  vertical-align: text-top;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  body.page-productsItem .product-post-content .productsNotes {
    font-size: 1.5rem;
  }
}

body.page-productsItem .component {
  margin-top: 3.2rem;
  border-top: 1px solid #D6D6D6;
  padding-top: 3.2rem;
}

body.page-productsItem .component dt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.page-productsItem .component dt {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

body.page-productsItem .component dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.02em;
  margin-top: 0.3rem;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.page-productsItem .component dd {
    margin-top: 3.2rem;
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: 0.1em;
  }
}

body.page-productsItem .woocommerce div.product div.summary {
  margin-bottom: 0;
}

body.page-productsItem .breadcrumbList {
  flex-wrap: nowrap;
}

body.page-productsItem .breadcrumbList li:last-of-type span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 767px) {
  body.page-productsItem .woocommerce div.product div.images {
    margin-bottom: 6.4rem;
  }
}

body.page-productsItem .woocommerce div.product p.stock {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1rem;
  color: #00A9BA;
}
@media screen and (max-width: 767px) {
  body.page-productsItem .woocommerce div.product p.stock {
    font-size: 2.4rem;
    margin-top: 1.2rem;
    letter-spacing: 0.02em;
  }
}

body.page-productsItem .woocommerce div.product p.stock:before {
  content: "※";
}

/* ====================================================
	カートページ
	body.page-cart
==================================================== */
body.page-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large,
body.page-cart .is-large.wc-block-cart .wc-block-cart-items {
  margin-bottom: 0;
}

body.page-cart .is-large.wc-block-cart .wc-block-cart-items th,
body.page-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 1.6rem;
  font-weight: 500;
}

body.page-cart .is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-image,
body.page-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  padding-left: 16px;
}

body.page-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
body.page-cart .wc-block-components-formatted-money-amount {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body.page-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
  body.page-cart .wc-block-components-formatted-money-amount {
    font-size: 2.4rem;
    line-height: 130%;
    letter-spacing: 0.07em;
  }
}

body.page-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  body.page-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: 0.1em;
  }
}

body.page-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus,
body.page-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  box-shadow: inset 0 0 1px 1px #00A9BA;
  outline: none;
}

body.page-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.page-cart .wc-block-components-formatted-money-amount.wc-block-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body.page-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.page-cart .wc-block-components-formatted-money-amount.wc-block-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    font-size: 2.4rem;
    line-height: 130%;
    letter-spacing: 0.07em;
  }
}

body.page-cart .wc-block-cart__submit {
  margin-bottom: 0;
}

/*---------- ↓ボタン ----------*/
body.page-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  position: relative;
  box-shadow: 0 0 0.4rem #FFFFFF;
  overflow: hidden;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  font-size: 1.9rem;
  padding: 0 2rem;
  border-radius: 8px;
  letter-spacing: 0;
  height: 5.5rem;
  z-index: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  body.page-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 2.4rem;
    letter-spacing: 0.07em;
    font-weight: 500;
    border-radius: 1.6rem;
    padding: 0 2.5rem;
    height: 6rem;
  }
}

body.page-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.4s ease-in-out;
  background-size: 200%;
  background-position: -100% 0;
  background-image: linear-gradient(90deg, #6FF2FA 0, #6BB6BB 50%, #6FF2FA 100%);
  z-index: -1;
}

body.page-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover:before {
  background-position: 0 0;
}

/*---------- ↑ボタン ----------*/
@media screen and (max-width: 767px) {
  body.page-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  body.page-cart span.wc-block-components-totals-item__label,
  body.page-cart .wc-block-components-totals-shipping .wc-block-components-shipping-placeholder__value {
    font-size: 2.4rem;
    line-height: 130%;
    letter-spacing: 0.07em;
  }
}

/* ====================================================
	購入手続きページ
	body.page-checkout
==================================================== */
body.page-checkout.is-page .postContent h3 {
  font-weight: inherit;
  line-height: inherit;
  font-size: 1em;
}

body.page-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  line-height: 1.375;
  font-size: 100%;
}/*# sourceMappingURL=style.css.map */