@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  display: block;
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

html {
  font-size: 0.7142857vw;
}

body {
  color: #5C5C5C;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #5C5C5C;
  text-decoration: none;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

a img {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

button {
  border: none;
  cursor: pointer;
}

.header {
  display: block;
}

.searchForm input {
  outline: none;
  padding-bottom: 2px;
}

/* 選択した時の青い背景を削除*/
.searchForm input:-webkit-autofill {
  border-radius: 3em;
  box-shadow: 0 0 0 1000px white inset;
}

/* 選択した時の×印を削除*/
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}


/* ========================================================
  ドロップダウン
===========================================================*/

.js-toggle-container {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-toggle-container.is-open {
  visibility: visible;
  opacity: 1;
}

.js-toggle-button {
  cursor: pointer;
}


/**********************************************************
フッター
***********************************************************/
.footer {
  display: block;
}

/**********************************************************
blog ヘッダー
***********************************************************/
.blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 20px;
  gap: 10px;
}

.blog-header__wrap {
  height: calc(100dvh - 40px);
  margin: 20px 0;
}

.blog-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 75px;
  height: 100%;
  border-radius: 3em;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 25px;
  overflow-y: auto;
}

.blog-header .js-blogHeader-overlay {
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header .js-parentList-item {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.blog-header .js-parentList-item::before {
  content: "";
  width: 47px;
  height: 47px;
  background-color: #D2E4E5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header .js-parentList-item.is-active::before {
  opacity: 1;
}

.blog-header .js-childList-item {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header .js-childList-item.is-active {
  visibility: visible;
  max-height: 100%;
  opacity: 1;
}

.blog-header .js-child {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  max-width: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header .js-child.is-active,
.blog-header .js-childList-item.is-active,
.blog-header .js-blogHeader-overlay.is-active {
  visibility: visible;
  opacity: 1;
}

.blog-header .js-child.is-active {
  max-height: 100%;
  max-width: 100%;
}

.blog-header .js-childList-item.is-active {
  position: relative;
  max-height: 100%;
}

/* ========================================================
  ヘッダーロゴ
  ===========================================================*/
.blog-header__logo {
  width: 33px;
  margin: 0 auto;
}

/* ========================================================
  検索
  ===========================================================*/
.blog-header__search {
  width: 35px;
}

/* ========================================================
  メニュー
  ===========================================================*/
.blog-header__menu {
  margin: 40% 0;
}

.blog-header__menu__list {
  list-style: none;
}

.blog-header__menu__list .menu+.menu {
  margin-top: clamp(17px, 2.64vh, 20px);
}

.blog-header__menu__list .menu a {
  display: block;
  width: 34px;
}

/* ========================================================
   ドロワーメニュー（PC）
  ===========================================================*/

/* --- ▼閉じるボタン
------------------------------------------------------ */
.blog-header__pcDrawer__closeButton {
  margin-top: 6%;
}

.blog-header__pcDrawer__closeButton button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  gap: 7px;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.blog-header__pcDrawer__closeButton button .closeIcon,
.blog-header__pcDrawer__closeButton button:hover .closeIcon span {
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header__pcDrawer__closeButton button:hover .closeIcon {
  background-color: #fff;
}

.blog-header__pcDrawer__closeButton button:hover .closeIcon span {
  background-color: #54ABB1;
}

.blog-header__pcDrawer__closeButton .text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.blog-header__pcDrawer__closeButton .closeIcon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #54ABB1;
  border: 1px solid #54ABB1;
}

.blog-header__pcDrawer__closeButton .closeIcon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 11px;
  background-color: #ffffff;
}

.blog-header__pcDrawer__closeButton .closeIcon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.blog-header__pcDrawer__closeButton .closeIcon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}


/* --- ▼ドロワーメニュー
------------------------------------------------------ */
.blog-header__pcDrawer__list {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background-color: #ffffff;
}

.blog-header__pcDrawer .childBox {
  width: 645px;
  height: 100svh;
  list-style: none;
}

.blog-header__pcDrawer .childBox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7.8% 7.8% 5.7%;
  overflow-y: auto;
  overflow-y: auto;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading {
  padding-bottom: min(7%, 38px);
  border-bottom: 1px dashed #E4E4E4;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: min(4.1%, 22px);
  gap: 8px;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading--title .icon {
  width: 35px;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading--title .text {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.blog-header__pcDrawer .childBox.-menu .childBox__heading--text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu {
  margin-top: min(7.4%, 40px);
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
  display: flex;
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu {
  width: calc(50% - 7px);
  height: 40px;
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 0 17px;
  border: 1px solid #54ABB1;
  border-radius: 3em;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu a:hover {
  background-color: #D2E4E5;
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu .text {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: calc(100% - 12px);
}

.blog-header__pcDrawer .childBox.-menu .childBox__menu__list .childMenu .arrow {
  width: 7px;
}

.blog-header__pcDrawer .childBox.-search .childBox--title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox {
  margin-bottom: 30px;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox form {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 3em;
  padding-right: 20px;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox input {
  width: 100%;
  height: 100%;
  padding-left: 25px;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox input::placeholder {
  color: #cacaca;
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox button {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header__pcDrawer .childBox.-search .childBox__searchbox button:hover {
  opacity: 0.7;
}

.blog-header__pcDrawer .childBox.-search .childBox__keyword--title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.blog-header__pcDrawer .popular-search-keywords {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-height: 50px;
  overflow: hidden;
  gap: 10px 16px;
}

.blog-header__pcDrawer .popular-search-keywords a {
  color: #54ABB1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-header__pcDrawer .popular-search-keywords a:hover {
  opacity: 0.7;
}


/**********************************************************
blog フッター
***********************************************************/
.blog-footer__wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 min(7.15%, 100px) 30px min(6.79%, 95px);
}

.blog-footer__inner {
  margin-left: min(5.84%, 70px);
}

.blog-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-footer__column.-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  border-top: 1px solid #E4E4E4;
}

.blog-footer__column.-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15%;
}

.blog-footer .pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  gap: 5px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-footer .pagetop:hover {
  opacity: 0.7;
}

.blog-footer .pagetop .text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Ysabeau Infant", sans-serif;
}

.blog-footer .pagetop .icon {
  display: block;
  width: 9px;
}

.blog-footer__logo {
  width: 133px;
}

.blog-footer__copyright {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  font-family: "Ysabeau Infant", sans-serif;
  text-align: right;
}

.blog-footer__menu {
  width: calc(100% - 133px);
  margin-bottom: 5px;
}

.blog-footer__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 3.75%;
  list-style: none;
}

.blog-footer__menu__list .menu a {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-footer__menu__list .menu a:hover {
  opacity: 0.7;
}

.blog-footer__submenu {
  width: calc(100% - 210px);
}

.blog-footer__submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75%;
  list-style: none;
}

.blog-footer__submenu__list .menu a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-footer__submenu__list .menu a:hover {
  opacity: 0.7;
}


/**********************************************************
共通コンポーネント
***********************************************************/
/* ========================================================
c-blogArticleType01
=========================================================== */
.c-blogArticleType01 {
  margin-left: -2%;
}

.c-blogArticleType01:not(:has(.c-blogArticleType01__box)) {
  margin-left: 0;
}

.c-blogArticleType01__box {
  position: relative;
  width: 31.33%;
  margin-bottom: 2%;
  margin-bottom: 17px;
  /* ＝ (100% - 2% * 2) / 3 */
  margin-left: 2%;
  padding: 17px 25px 27px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogArticleType01__box:hover {
  opacity: 0.8;
}

.c-blogArticleType01__box:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.c-blogArticleType01__box a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-blogArticleType01__box .category {
  position: relative;
  z-index: 2;
}

.c-blogArticleType01__box .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.c-blogArticleType01__box .category a:hover {
  color: #54ABB1;
}

.c-blogArticleType01__box .category .icon {
  width: 47px;
}

.c-blogArticleType01__box .category p {
  display: -webkit-box;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-blogArticleType01__box .image {
  margin-bottom: 15px;
  width: 100%;
  height: 175px;
}

.c-blogArticleType01__box .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.c-blogArticleType01__box .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-blogArticleType01__box .time {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.c-blogArticleType01__box .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 88px;
  padding-top: 25px;
  overflow: hidden;
  gap: 8px;
  border-top: 1px solid #E4E4E4;
}


/* ========================================================
c-blogArticleType02
=========================================================== */
.c-blogArticleType02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(1.6vw, 22px);
}

.c-blogArticleType02__box {
  position: relative;
  width: calc(50% - 0.8vw);
  padding: 20px 25px 23px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogArticleType02__box:hover {
  opacity: 0.8;
}

.c-blogArticleType02__box a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-blogArticleType02__box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}

.c-blogArticleType02__box .category {
  position: relative;
  z-index: 2;
}

.c-blogArticleType02__box .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogArticleType02__box .category a:hover {
  color: #54ABB1;
}

.c-blogArticleType02__box .category .icon {
  width: 38px;
}

.c-blogArticleType02__box .category p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-blogArticleType02__box .time {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.c-blogArticleType02__box .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-blogArticleType02__box .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 55px;
  padding-top: 23px;
  overflow: hidden;
  gap: 8px;
  border-top: 1px solid #E4E4E4;
}


/**********************************************************
c-blogFv
***********************************************************/
.c-blogFv {
  padding-top: 20px;
}

.c-blogFv--title {
  padding-bottom: 60px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-blogFv__breadcrumb {
  margin-top: 13px;
}

.c-blogFv__breadcrumb__list {
  list-style: none;
}

.c-blogFv__breadcrumb__list li {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-blogFv__breadcrumb__list li a {
  display: inline-block;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogFv__breadcrumb__list li a:hover {
  opacity: 0.7;
}

.c-blogFv__breadcrumb__list li+li::before {
  margin-right: 3px;
  content: "＞";
}

/* ========================================================
c-blogHeadingType01
=========================================================== */
.c-blogHeadingType01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}

.c-blogHeadingType01--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-blogHeadingType01--numberArticles {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-blogHeadingType01--numberArticles .number {
  margin: 0 5px;
  font-weight: 400;
  font-size: 26px;
}

/* ========================================================
c-blogHeadingType02
=========================================================== */
.c-blogHeadingType02 {
  margin-bottom: 23px;
}

.c-blogHeadingType02--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-blogHeadingType02--title .category {
  display: block;
  margin-right: 5px;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.c-blogHeadingType02--title .category+span {
  display: block;
  margin-bottom: 1px;
}


/* ========================================================
c-blogTag
=========================================================== */
.c-blogTag {
  display: flex;
  flex-wrap: wrap;
}

.c-blogTag__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-blogTag__item a {
  display: block;
  z-index: 2;
  position: relative;
  padding: 4px 8px 6px;
  border-radius: 3em;
  background-color: #E5F5EE;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-blogTag__item a:hover {
  background-color: #C8E3D6;
}

.c-blogTag.-medium .c-blogTag__item a {
  font-size: 14px;
}

.c-blogTag.-small.c-blogTag__item a {
  font-size: 11px;
}


/* ========================================================
c-moreButton
=========================================================== */

.c-moreButton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.c-moreButton.-fsM a {
  font-size: 16px;
}

.c-moreButton--arrow {
  width: 20px;
  height: 20px;
  position: relative;
}

.c-moreButton--arrow .off,
.c-moreButton--arrow .on {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-moreButton--arrow .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.c-moreButton a:hover .c-moreButton--arrow .on {
  opacity: 1;
  visibility: visible;
}

.c-moreButton a:hover .c-moreButton--arrow .off {
  opacity: 0;
  visibility: hidden;
}


/**********************************************************
総合blogページ
***********************************************************/
/* ========================================================
共通
===========================================================*/
.blog {
  background-image: url(../images/blog/blogBg.webp);
  background-repeat: repeat;
}

.l-blogWrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px min(7.15%, 100px) 80px min(6.79%, 95px);
}

.l-blogInner {
  margin-left: 70px;
}

.gradationColor {
  background: -webkit-gradient(linear, left top, right top, from(#4CAFA2), to(#3B95B3));
  background: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxBg {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

.blogSecHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.blogSecHeading--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.blogSecHeading__more {
  margin-top: -5px;
  margin-right: 25px;
}

.blog-notext {
  font-size: 14px;
}

.auto-resize {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- ▼ページネーション
----------------------------------------------------------- */
.article-pagination,
.article-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.article-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.article-pagination .page-numbers.current {
  color: #fff;
  background-color: #54ABB1;
  border-radius: 50%;
}

.article-pagination .next,
.article-pagination .prev {
  display: none;
}

/* ========================================================
fv
===========================================================*/
.blog-fv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 42px;
}

.blog-fv__heading--title {
  width: 207px;
}

.blog-fv__heading__search {
  width: 406px;
  height: 45px;
  border-radius: 3em;
  background-color: #fff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.blog-fv__heading__search form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}

.blog-fv__heading__search form input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 25px;
}

/* 「×」ボタンを非表示 */
.blog-fv__heading__search form input ::after {
  content: none;
}

.blog-fv__heading__search form input::placeholder {
  color: #cacaca;
}

.blog-fv__heading__search form button {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__heading__search form button:hover {
  opacity: 0.7;
}

.blog-fv__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.2%, 25px);
}

.blog-fv__column__left {
  width: 58.2%;
}

.blog-fv__column__left__head {
  height: 358px;
  margin-bottom: min(3.5%, 23px);
}

.blog-fv__column__left__head .swiper-slide {
  height: 100%;
}

.blog-fv__column__left__head .swiper-slide .inner {
  height: 100%;
}

.blog-fv__column__left__head .swiper-slide .inner .hover {
  position: relative;
  padding: 18px 25px 56px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__column__left__head .swiper-slide .hover:hover {
  opacity: 0.7;
}

.blog-fv__column__left__head .swiper-slide a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-fv__column__left__head .swiper-slide .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 47px;
  margin-bottom: 20px;
}

.blog-fv__column__left__head .swiper-slide .category {
  position: relative;
  z-index: 2;
}

.blog-fv__column__left__head .swiper-slide .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__column__left__head .swiper-slide .category a:hover {
  color: #54ABB1;
}

.blog-fv__column__left__head .swiper-slide .category .icon {
  width: 47px;
  margin-right: 10px;
}

.blog-fv__column__left__head .swiper-slide .category p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-fv__column__left__head .swiper-slide .time {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.blog-fv__column__left__head .swiper-slide .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 144px;
  gap: 25px;
}

.blog-fv__column__left__head .swiper-slide .image {
  width: 38.3%;
  height: 126px;
}

.blog-fv__column__left__head .swiper-slide .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.blog-fv__column__left__head .swiper-slide .image+.title {
  width: calc(100% - 38.3%);
}

.blog-fv__column__left__head .swiper-slide .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-fv__column__left__head .swiper-slide .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 52px;
  overflow: hidden;
  gap: 10px;
  border-top: 1px solid #E4E4E4;
  padding: 23px 70px 0 0;
  margin: 0 25px 19px;
}

.blog-fv__column__left__foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 118px;
  gap: 12px;
}

.blog-fv__column__left__foot__box {
  width: 33.3333333333%;
}

.blog-fv__column__left__foot__box.noLink a {
  pointer-events: none;
}

.blog-fv__column__left__foot__box a {
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__column__left__foot__box a:hover {
  opacity: 0.7;
}

.blog-fv__column__left__foot__box.-logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-fv__column__left__foot__box.-logo .logo {
  width: 47.5%;
}

.blog-fv__column__left__foot__box.-logo .logo img {
  margin: 0 auto;
}


.blog-fv__column__left__foot__box.-clinic {
  background-color: transparent;
}

/* ↓消す */
.blog-fv__column__left__foot__box.-clinic:last-child {
  box-shadow: none !important;
}

/* ↑消す */

.blog-fv__column__left__foot__box.-clinic .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 31px;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-fv__column__left__foot__box.-clinic .image {
  width: 100%;
  height: calc(100% - 31px);
}

.blog-fv__column__left__foot__box.-clinic .image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.blog-fv__column__right {
  width: 39.8%;
}

.blog-fv__column__right__box {
  padding: 29px 33px 23px;
  padding: 6.2% 7.2% 5%;
}

.blog-fv__column__right__box:nth-child(1) {
  height: 258px;
}

.blog-fv__column__right__box:nth-child(2) {
  height: 216px;
}

.blog-fv__column__right__box+.blog-fv__column__right__box {
  margin-top: 25px;
  margin-top: min(5.5%, 25px);
}

.blog-fv__column__right__box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 17px;
}

.blog-fv__column__right__box__head--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

.blog-fv__column__right__box__head--title .icon {
  width: 21px;
}

.blog-fv__column__right__box__head--title .title {
  color: #595959;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.blog-fv__column__right__box.-popularArticle .blog-fv__column__right__box__head {
  margin-bottom: 17px;
  border-bottom: 1px solid #E4E4E4;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide {
  position: relative;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 11px;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category {
  position: relative;
  z-index: 2;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category a:hover {
  color: #54ABB1;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category .icon {
  width: 27px;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .category p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .time {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-fv__column__right__box.-popularArticle .swiper-slide .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 30px;
  overflow: hidden;
  gap: 10px;
}

.blog-fv__column__right__box.-popularTag .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 122px;
  overflow: hidden;
  gap: 12px 11px;
}

.blog-fv .js-blogFvSlider {
  height: 100%;
  position: relative;
}

.blog-fv .js-blogFvSlider .swiper-wrapper {
  height: 100%;
}

.blog-fv .js-blogFvSlider .blogFvSlider__arrow {
  position: absolute;
  right: 19px;
  bottom: 21px;
  width: 74px;
}

.blog-fv .js-blogFvSlider .swiper-button-prev,
.blog-fv .js-blogFvSlider .swiper-button-next {
  width: 15px;
  height: 15px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-fv .js-blogFvSlider .swiper-button-prev:hover,
.blog-fv .js-blogFvSlider .swiper-button-next:hover {
  opacity: 0.7;
}

.blog-fv .js-blogFvSlider .swiper-button-prev::after,
.blog-fv .js-blogFvSlider .swiper-button-next::after {
  width: 15px;
  height: 15px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.blog-fv .js-blogFvSlider .swiper-button-prev::after {
  background-image: url(../images/blog/top/slide_arrow_l.svg);
}

.blog-fv .js-blogFvSlider .swiper-button-next::after {
  background-image: url(../images/blog/top/slide_arrow_r.svg);
}

.blog-fv .blog-fv__column__right .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: initial;
  width: auto;
  margin-right: 3px;
  gap: 8px;
}

.blog-fv .blog-fv__column__right .circle {
  z-index: 1;
  position: relative;
  width: 16px;
  height: 16px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background: #54ABB1;
  text-align: center;
  cursor: pointer;
}

.blog-fv .blog-fv__column__right .circle::before,
.blog-fv .blog-fv__column__right .circle::after {
  display: block;
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  content: "";
}

.blog-fv .blog-fv__column__right .circle::before {
  left: -8px;
  background: #ffffff;
  -webkit-transform-origin: right 8px;
  z-index: 2;
  transform-origin: right 8px;
}

.blog-fv .blog-fv__column__right .circle:after {
  left: 8px;
  background: #ffffff;
  -webkit-transform-origin: left 8px;
  z-index: 3;
  transform-origin: left 8px;
}

.blog-fv .blog-fv__column__right .circle .circle_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-fv .blog-fv__column__right .circle .circle_inner::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #54ABB1;
  content: "";
}

.blog-fv .blog-fv__column__right .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 5s linear forwards;
  animation: circleBefore 5s linear forwards;
}

.blog-fv .blog-fv__column__right .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 5s linear forwards;
  animation: circleAfter 5s linear forwards;
}

@-webkit-keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #ffffff;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #ffffff;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #54ABB1;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #54ABB1;
  }
}

@keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #ffffff;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #ffffff;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #54ABB1;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #54ABB1;
  }
}

@-webkit-keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}


/* ========================================================
.blog-osirase page-news.php
=========================================================== */
/* --- ▼ブログトップ
------------------------------------------------------------ */
.blog-osirase {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 53px;
  margin-top: 25px;
}

.blog-osirase .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blog-osirase .article a {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-osirase .article a:hover {
  opacity: 0.7;
}

.blog-osirase .article .time {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blog-osirase .article .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 768px) {
  .blog-osirase {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 30px;
    margin-top: 20px;
  }

  .blog-osirase .title {
    font-size: 18px;
  }

  .blog-osirase .article .time {
    font-size: 12px;
  }

  .blog-osirase .article .text {
    font-size: 14px;
  }
}


/* --- ▼お知らせページ
------------------------------------------------------------ */
.oshirase-container {
  margin-top: 65px;
}

.oshirase-container__heading {
  margin-bottom: 45px;
}

.oshirase-container__heading .time {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}

.oshirase-container__heading .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.oshirase-container__body {
  padding: 60px;
}

.oshirase-container__body p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.oshirase-container__body .writer {
  text-align: right;
}


@media screen and (max-width: 768px) {
  .oshirase-container__heading {
    margin-bottom: 35px;
    padding: 0 10px;
  }

  .oshirase-container__heading .time {
    margin-bottom: 12px;
  }

  .oshirase-container__heading .title {
    font-size: 20px;
  }

  .oshirase-container__body {
    padding: 20px 15px;
  }
}


/* ========================================================
新着記事
===========================================================*/
.blog-new {
  margin-top: 115px;
}

/* ========================================================
ピックアップ
===========================================================*/
.blog-pickup {
  margin-top: 80px;
}

.blog-pickup__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(1.1vw, 15px);
}

.blog-pickup__column__box {
  max-width: 271px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - min(1.1vw, 15px));
  flex: 1 1 calc(25% - min(1.1vw, 15px));
}

.blog-pickup__column__box a {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-pickup__column__box a:hover {
  opacity: 0.7;
}

.blog-pickup__column__box--image {
  margin-bottom: 18px;
}

.blog-pickup__column__box--image img {
  border-radius: 20px 20px 0 0;
}

.blog-pickup__column__box--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}

/* ========================================================
ピックアップ
===========================================================*/
.blog-recommendation {
  margin-top: 80px;
}

/* ========================================================
今月の人気記事
===========================================================*/
.blog-popular {
  margin-top: 80px;
}

/**********************************************************
総合blog カテゴリーページ
***********************************************************/
/* ========================================================
タグ
===========================================================*/

.blogCategory__button {
  margin-bottom: 65px;
  padding-top: 40px;
}

/* --- ▼ボタン（pc）
------------------------------------------------------------ */
.blogCategory__button__list.-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 25px;
}

.blogCategory__button__list.-button .button {
  min-width: 265px;
  height: 46px;
}

.blogCategory__button__list.-button .button a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 23px;
  border: 1px solid #54ABB1;
  border-radius: 3em;
  background-color: #ffffff;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogCategory__button__list.-button .button a:hover,
.blogCategory__button__list.-button .button.is-active a {
  background-color: #54ABB1;
  color: #ffffff;
}

/* --- ▼セレクトボックス（sp）
------------------------------------------------------------ */
.blogCategory__button__list.-select {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* 選択されていない状態 */
.blogCategory__button__list.-select .js-categorySelect {
  color: #ACACAC;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #54ABB1;
  border-radius: 3em;
  width: 100%;
  padding: 10px 30px 13px 18px;
}

.blogCategory__button__list.-select::after {
  content: "";
  width: 8px;
  height: 7px;
  background-image: url(../images/blog/select_arrow_gn.webp);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

/* 選択されている状態 */
.blogCategory__button__list.-select .js-categorySelect.is-selected {
  color: #fff;
  background-color: #54ABB1;
}

.blogCategory__button__list.-select:has(.js-categorySelect.is-selected)::after {
  background-image: url(../images/blog/select_arrow_wh.webp);
}


/* ========================================================
セクション
===========================================================*/
/* --- ▼セクション2
------------------------------------------------------------ */
.blogCategory__content__sec.-sec02 {
  margin-top: 84px;
}

/* --- ▼セクション3
------------------------------------------------------------ */
.blogCategory__content__sec.-sec03 {
  margin-top: 80px;
  padding: 32px 35px 35px;
}

.blogCategory__content__sec.-sec03 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 31px;
}

.blogCategory__content__sec.-sec03 .heading--title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogCategory__content__sec.-sec03 .heading--title .category {
  margin-right: 5px;
  font-size: 20px;
}

.blogCategory__content__sec.-sec03 .heading__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.blogCategory__content__sec.-sec03 .heading__more .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogCategory__content__sec.-sec03 .heading__more .arrow {
  width: 20px;
}

.blogCategory__content__sec.-sec03 .tagWrap {
  gap: 12px 10px;
}


/**********************************************************
総合blog タグページ
***********************************************************/
/* ========================================================
セクション
===========================================================*/
/* --- ▼セクション2
------------------------------------------------------------ */
.blogtab-section.-sec01 {
  margin-top: 42px;
}

/* --- ▼セクション2
------------------------------------------------------------ */
.blogtab-section.-sec02 {
  margin-top: 76px;
}

/**********************************************************
総合blog 全記事一覧ページ
***********************************************************/

.blogAll-container {
  margin-top: 42px;
}

.blogAll-container .c-blogHeadingType01 {
  justify-content: flex-end;
}


/**********************************************************
総合blog タグ一覧ページ
***********************************************************/
/* ========================================================
あいうえお順
===========================================================*/
.blogtaglist-kana {
  margin-top: 65px;
  padding: 50px 40px;
}

.blogtaglist-kana__block+.blogtaglist-kana__block {
  margin-top: 60px;
}

.blogtaglist-kana__block .title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 7px;
  padding-left: 14px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogtaglist-kana__block .title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 23px;
  border-radius: 3em;
  background-color: #54ABB1;
  content: "";
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
}

.blogtaglist-kana__block .tagWrap {
  gap: 10px;
}


/* ========================================================
人気のタグ
===========================================================*/
.blogtaglist-popular {
  margin-top: 76px;
}

.blogtaglist-popular--title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogtaglist-popular__box {
  padding: 40px;
  gap: 10px;
}


/**********************************************************
総合blog 詳細ページ
***********************************************************/
/* ========================================================
共通
===========================================================*/
.blogsingle-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  gap: 5%;
}

/* ========================================================
.blogsingle-container
===========================================================*/
.blogsingle-container {
  width: calc(100% - 286px - 5%);
}

.blogsingle-container__heading {
  margin-bottom: 45px;
}

.blogsingle-container__heading .time {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogsingle-container__heading .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.blogsingle-container__article {
  padding: 6.32% 5.1% 3.8%;
}

.blogsingle-container__article__foot {
  margin-top: 65px;
  padding-top: 30px;
  gap: 10px 7px;
  border-top: 1px solid #E4E4E4;
}

.blogsingle-container__article__body .table-of-contents {
  padding-bottom: 30px;
}

.blogsingle-container__article__body .table-of-contents__container {
  border-radius: 20px;
  background-color: #F9F9F9;
  padding-bottom: 32px;
  padding-top: 32px;
}

.blogsingle-container__article__body .table-of-contents .title {
  position: relative;
  width: 100%;
  padding: 0 34px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}

.blogsingle-container__article__body .table-of-contents .title::after {
  position: absolute;
  top: 50%;
  right: 34px;
  width: 12px;
  height: 10px;
  background-image: url(../images/blog/single/toggle_arrow.webp);
  background-size: cover;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blogsingle-container__article__body .table-of-contents .list {
  margin: 26px 34px 0;
  padding-top: 27px;
  border-top: 1px dashed #BFBFBF;
  list-style: none;
}

.blogsingle-container__article__body .table-of-contents .list li {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogsingle-container__article__body .table-of-contents .list li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #54ABB1;
  content: "";
}

.blogsingle-container__article__body .table-of-contents .list li+li {
  margin-top: 20px;
}

.blogsingle-container__article__body .table-of-contents .js-toggle-button .title::after {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.blogsingle-container__article__body .table-of-contents .js-toggle-button.is-open .title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.blogsingle-container__article__body .article h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-left: 14px;
  border-bottom: 1px solid #E4E4E4;
}

.blogsingle-container__article__body .article h2:first-of-type {
  margin-top: 20px;
}


.blogsingle-container__article__body .article h2::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 23px;
  border-radius: 3em;
  background-color: #54ABB1;
  content: "";
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}

.blogsingle-container__article__body .article h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogsingle-container__article__body .article p {
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

/* 空のpタグのみ適用（改行のため） */
.blogsingle-container__article__body .article p:empty {
  min-height: 24px;
}

.blogsingle-container__article__body .article .wp-block-list {
  margin-bottom: 30px;
}

.blogsingle-container__article__body .article .wp-block-list li {
  margin-left: 1.45em;
}

.blogsingle-container__article__body .article ul.wp-block-list li+li {
  margin-top: 10px;
}

.blogsingle-container__article__body .article ol.wp-block-list li {
  line-height: 1.7;
}

.blogsingle-container__article__body .article ol.wp-block-list li+li {
  margin-top: 25px;
}

.blogsingle-container__article__body .article .wp-block-table thead {
  background-color: #f3f3f3;
  border-bottom: none;
}

.blogsingle-container__article__body .article .wp-block-table thead th {
  text-align: center;
}

.blogsingle-container__article__body .article .wp-block-image img {
  margin: 30px auto;
}

.blogsingle-container__article__body .article .wp-block-image a::before {
  display: none;
}

.blogsingle-container__article__body .article .wp-block-table {
  margin: 30px 0;
}

.blogsingle-container__article__body .article a {
  display: inline-block;
  position: relative;
  color: #54ABB1;
}

.blogsingle-container__article__body .article a::before {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #54ABB1;
  content: "";
}

.blogsingle-container__article__body .article .wp-block-file a::before {
  bottom: 1px;
}

.blogsingle-container__article__body .article .wp-block-file .wp-block-file__button {
  background-color: #fff;
  border: 1px solid #54ABB1;
  border-radius: 3em;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);

}

.blogsingle-container__article__body .article .wp-block-file .wp-block-file__button::before {
  display: none;
}

.blogsingle-container__article__body .article .wp-block-file .wp-block-file__button:hover {
  color: #fff;
  background-color: #54ABB1;
}

.blogsingle-container__people {
  margin-top: 25px;
  padding: 5%;
}

.blogsingle-container__people__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.blogsingle-container__people__heading__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.blogsingle-container__people__heading__profile .image {
  width: 65px;
}

.blogsingle-container__people__heading__profile .shopname {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogsingle-container__people__heading__profile .name {
  margin-top: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogsingle-container__people__text {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.blogsingle-container__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding: 3.5% 5%;
  border: 1px dashed #c1c1c1;
  border-radius: 20px;
}

.blogsingle-container__sns .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.blogsingle-container__sns .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

.blogsingle-container__sns .icon {
  width: 32px;
}

.blogsingle-container__sns .icon a {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogsingle-container__sns .icon a:hover {
  opacity: 0.7;
}

.blogsingle-container__sns .icon.-x {
  width: 28px;
}

/* ========================================================
.blogsingle-sidebar
===========================================================*/
.blogsingle-sidebar {
  width: 286px;
}

.blogsingle-sidebar__relatedtag {
  padding: 33px 0 35px;
  border-bottom: 1px solid #E4E4E4;
}

.blogsingle-sidebar__relatedtag--title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.blogsingle-sidebar__relatedtag--title span {
  display: block;
}

.blogsingle-sidebar__relatedtag--title .category {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogsingle-sidebar__relatedtag__box {
  padding: 7%;
  gap: 12px 7px;
}

.blogsingle-sidebar__relatedtag__more {
  margin-top: 20px;
}

.blogsingle-sidebar__relatedtag__more a {
  justify-content: flex-end;
}

.blogsingle-sidebar__relatedarticle {
  margin-top: 35px;
}

.blogsingle-sidebar__relatedarticle--title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blogsingle-sidebar__relatedarticle__box {
  position: relative;
  padding: 20px;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogsingle-sidebar__relatedarticle__box:hover {
  opacity: 0.7;
}

.blogsingle-sidebar__relatedarticle__box+.blogsingle-sidebar__relatedarticle__box {
  margin-top: 25px;
}

.blogsingle-sidebar__relatedarticle__box a.coverLink {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blogsingle-sidebar__relatedarticle__box .category {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}

.blogsingle-sidebar__relatedarticle__box .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogsingle-sidebar__relatedarticle__box .category a:hover {
  color: #54ABB1;
}

.blogsingle-sidebar__relatedarticle__box .category .icon {
  width: 31px;
}

.blogsingle-sidebar__relatedarticle__box .category p {
  display: -webkit-box;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blogsingle-sidebar__relatedarticle__box .title {
  display: -webkit-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blogsingle-sidebar__relatedarticle__box .time {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.blogsingle-sidebar__relatedarticle__box .tagWrap {
  max-height: 83px;
  padding-top: 20px;
  overflow: hidden;
  gap: 8px;
  border-top: 1px solid #E4E4E4;
}


/* ========================================================
.blogsingle-tagPopularity
===========================================================*/
.blogsingle-tagPopularity {
  margin-top: 76px;
}

/* ========================================================
.blogsingle-monthPopularity
===========================================================*/
.blogsingle-monthPopularity {
  margin-top: 76px;
}

/**********************************************************
共通クラス
***********************************************************/
.is-sp {
  display: none !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.hover-opacity:hover {
  opacity: 0.8;
}


@media screen and (max-width: 1023px) {

  /**********************************************************
  blog フッター（tab）
  ***********************************************************/
  .blog-footer__column.-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .blog-footer__menu {
    width: 100%;
  }

  .blog-footer__menu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.5%;
  }

  /* ========================================================
  fv（tab）
  ===========================================================*/
  .blog-fv__column__left__foot__box.-logo .logo {
    width: 60%;
  }

  .blog-fv__column__left__foot__box.-clinic .title {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-fv__column__left__foot__box.-clinic .image {
    height: calc(100% - 50px);
  }

  .blogsingle-container__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }

  .blogsingle-container__people__heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --dummy-sp: 1;
  }

  /**********************************************************
  blog ヘッダー（sp）
  ***********************************************************/
  .blog-header {
    flex-direction: column;
    top: 15px;
    left: 0;
    width: 100%;
  }

  .blog-header__wrap {
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0 10px;
  }

  .blog-header__container {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 9px 23px 9px 25px;
  }

  /* ========================================================
   ヘッダーロゴ（sp）
  ===========================================================*/
  .blog-header__logo {
    display: flex;
    align-items: center;
    gap: 17px;
    width: auto;
    margin: 0;
  }

  .blog-header__logo .headerLogo {
    width: 69px;
  }

  .blog-header__logo .pageLogo {
    width: 103px;
  }

  /* ========================================================
   ハンバーガーアイコン（sp）
  ===========================================================*/
  .blog-header__hamburger {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .blog-header__hamburger__inner {
    position: relative;
  }

  .blog-header__hamburger__inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 21px;
    height: 0.094em;
    background-image: -webkit-gradient(linear, left top, right top, from(#4CAFA2), to(#3B95B3));
    background-image: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
    background-origin: border-box;
    background-clip: border-box;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .blog-header__hamburger__inner span:nth-child(1) {
    top: 4px;
  }

  .blog-header__hamburger__inner span:nth-child(2) {
    top: 9px;
  }

  .blog-header__hamburger__inner span:nth-child(3) {
    top: 14px;
  }

  .blog-header__hamburger.is-active .blog-header__hamburger__inner span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(135deg);
    transform: translateY(5px) rotate(135deg);
  }

  .blog-header__hamburger.is-active .blog-header__hamburger__inner span:nth-child(2) {
    opacity: 0;
  }

  .blog-header__hamburger.is-active .blog-header__hamburger__inner span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg);
  }

  /* ========================================================
   ドロワーメニュー（sp）
  ===========================================================*/
  .blog-header__spDrawer__wrap {
    width: calc(100% - 20px);
    height: 100%;
    margin: 0 auto;
  }

  .blog-header__spDrawer__inner {
    width: 100%;
    height: 100%;
    padding: 40px 25px 50px;
  }

  .blog-header__spDrawer .js-blogHeader-dropdown {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1), max-height 0s 0.5s linear;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1), max-height 0s 0.5s linear;
  }

  .blog-header__spDrawer .js-blogHeader-dropdown.is-active {
    visibility: visible;
    overflow-y: scroll;
    opacity: 1;
    max-height: calc(100dvh - 90px);
    -webkit-transition: max-height 0s linear;
    transition: max-height 0s linear;
  }

  .blog-header__spDrawer .js-headerToggle-button .toggleIcon {
    position: relative;
    width: 15px;
    height: 15px;
  }

  .blog-header__spDrawer .js-headerToggle-button .toggleIcon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#4CAFA2), to(#3B95B3));
    background-image: linear-gradient(90deg, #4CAFA2 0%, #3B95B3 100%);
    background-origin: border-box;
    background-clip: border-box;
  }

  .blog-header__spDrawer .js-headerToggle-button .toggleIcon span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .blog-header__spDrawer .js-headerToggle-button .toggleIcon span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .blog-header__spDrawer .js-headerToggle-button.is-open .toggleIcon span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .blog-header__spDrawer .js-headerToggle-container {
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  /* --- ▼検索
  ---------------------------------------------------- */
  .blog-header__spDrawer__search {
    margin-bottom: 40px;
  }

  .blog-header__spDrawer__search__form {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 3em;
    margin-bottom: 25px;
  }

  .blog-header__spDrawer__search__form form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
  }

  .blog-header__spDrawer__search__form input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
  }

  .blog-header__spDrawer__search__form input::placeholder {
    color: #cacaca;
  }

  .blog-header__spDrawer__search--title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
  }

  .blog-header__spDrawer .popular-search-keywords {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-height: 44px;
    overflow: hidden;
    gap: 10px 15px;
  }

  .blog-header__spDrawer .popular-search-keywords a {
    color: #54ABB1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }


  /* --- ▼メニュー
  ---------------------------------------------------- */
  .blog-header__spDrawer__menu {
    padding: 35px 0 40px;
    border-top: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
  }

  .blog-header__spDrawer__menu__list {
    list-style: none;
  }

  .blog-header__spDrawer__menu__list__category+.blog-header__spDrawer__menu__list__category {
    margin-top: 18px;
  }

  .blog-header__spDrawer__menu__list__category .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-header__spDrawer__menu__list__category .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
  }

  .blog-header__spDrawer__menu__list__category .category .icon {
    width: 40px;
  }

  .blog-header__spDrawer__menu__list__category .contaner .list {
    padding: 12px 0 22px;
  }

  .blog-header__spDrawer__menu__list__category .contaner .list .category+.category {
    margin-top: 7px;
  }

  .blog-header__spDrawer__menu__list__category .contaner .list .category a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 41px;
    padding: 0 18px;
    border: 1px solid #54ABB1;
    border-radius: 3em;
  }

  .blog-header__spDrawer__menu__list__category .contaner .list .category a .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  /* --- ▼リンク
  ---------------------------------------------------- */
  .blog-header__spDrawer__link {
    margin-top: 35px;
  }

  .blog-header__spDrawer__link--title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .blog-header__spDrawer__link__list {
    list-style: none;
  }

  .blog-header__spDrawer__link__list .item+.item {
    margin-top: 12px;
  }

  .blog-header__spDrawer__link__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }

  .blog-header__spDrawer__link__list a .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .blog-header__spDrawer__link__list a .icon {
    width: 13px;
  }

  /**********************************************************
  blog フッター（sp）
  ***********************************************************/
  .blog-footer__wrap {
    max-width: none;
    padding: 0 10px 30px;
  }

  .blog-footer__inner {
    margin-left: 0;
  }

  .blog-footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-footer__column.-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 45px;
  }

  .blog-footer__column.-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 37px;
  }

  .blog-footer .pagetop {
    margin-right: 10px;
    margin-bottom: 14px;
    gap: 3px;
  }

  .blog-footer .pagetop .text {
    font-size: 13px;
  }

  .blog-footer .pagetop .icon {
    width: 8px;
  }

  .blog-footer__copyright {
    text-align: center;
  }

  .blog-footer__menu {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 0;
  }

  .blog-footer__menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .blog-footer__menu__list .menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 6px 8px 10px;
    font-size: 14px;
  }

  .blog-footer__menu__list .menu a::after {
    display: block;
    width: 7px;
    height: 10px;
    background-image: url(../images/blog/footer_arrow.svg);
    background-size: cover;
    content: "";
  }

  .blog-footer__submenu {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-footer__submenu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 27px;
  }

  /**********************************************************
  blog 共通コンポーネント（sp）
  ***********************************************************/
  /* ========================================================
  c-blogArticleType01（sp）
  =========================================================== */
  .c-blogArticleType01 {
    width: 100%;
    margin-left: 0;
  }

  .c-blogArticleType01__box {
    width: calc((100% - 8px) / 2);
    margin-bottom: 9px;
    margin-left: 0;
    padding: 10px 10px 12px;
  }

  .c-blogArticleType01__box:nth-child(odd) {
    margin-right: 4px;
  }

  .c-blogArticleType01__box:nth-child(even) {
    margin-left: 4px;
  }

  .c-blogArticleType01__box:nth-last-child(-n+3) {
    margin-bottom: 8px;
  }

  .c-blogArticleType01__box:nth-last-child(-n+2) {
    margin-bottom: 8px;
  }

  .c-blogArticleType01__box .category {
    margin-bottom: 10px;
    gap: 5px;
  }

  .c-blogArticleType01__box .category .icon {
    width: 25px;
  }

  .c-blogArticleType01__box .category p {
    font-size: 12px;
  }

  .c-blogArticleType01__box .image {
    margin-bottom: 15px;
  }

  .c-blogArticleType01__box .image {
    height: 23.44vw;
  }

  .c-blogArticleType01__box .title {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }

  .c-blogArticleType01__box .time {
    margin-bottom: 10px;
    font-size: 10px;
    text-align: right;
  }

  .c-blogArticleType01__box .tagWrap {
    max-height: 67px;
    padding-top: 12px;
    gap: 7px;
  }


  /* ========================================================
  c-blogArticleType02（sp）
  =========================================================== */
  .c-blogArticleType02 {
    gap: 8px;
  }

  .c-blogArticleType02__box {
    width: 100%;
    padding: 10px 10px 12px;
  }

  .c-blogArticleType02__box .category {
    gap: 5px;
  }

  .c-blogArticleType02__box .category .icon {
    width: 25px;
  }

  .c-blogArticleType02__box .category p {
    font-size: 12px;
  }

  .c-blogArticleType02__box .time {
    margin-bottom: 10px;
    font-size: 10px;
    text-align: right;
  }

  .c-blogArticleType02__box .title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  .c-blogArticleType02__box .tagWrap {
    max-height: 35px;
    padding-top: 12px;
    gap: 7px;
  }


  /**********************************************************
  c-blogFv（sp）
  ***********************************************************/
  .c-blogFv {
    padding: 20px 10px 0;
  }

  .c-blogFv--title {
    padding-bottom: 45px;
    font-size: 24px;
  }

  .c-blogFv__breadcrumb {
    margin-top: 10px;
  }

  .c-blogFv__breadcrumb__list li {
    line-height: 1.5;
  }

  /* ========================================================
  c-blogHeadingType01（sp）
  =========================================================== */
  .c-blogHeadingType01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .c-blogHeadingType01--title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .c-blogHeadingType01--numberArticles {
    margin-bottom: 0;
    font-size: 12px;
  }

  .c-blogHeadingType01--numberArticles .number {
    margin: 0 4px;
    font-size: 22px;
  }

  /* ========================================================
  c-blogHeadingType02（sp）
  =========================================================== */
  .c-blogHeadingType02 {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .c-blogHeadingType02--title {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .c-blogHeadingType02--title .category {
    margin-right: 3px;
    font-size: 20px;
  }

  .c-blogHeadingType02--title .category+span {
    margin-bottom: 1px;
  }


  /* ========================================================
  c-blogTag（sp）
  =========================================================== */

  .c-blogTag__item a {
    font-size: 11px;
    padding: 3px 8px 4px;
  }

  .c-blogTag.-medium .c-blogTag__item a {
    font-size: 12px;
    padding: 3px 8px 5px;
  }

  .c-blogTag.-small.c-blogTag__item a {
    font-size: 11px;
    padding: 3px 8px 4px;
  }


  /* ========================================================
  c-moreButton（sp）
  =========================================================== */

  .c-moreButton.-fsM a {
    font-size: 14px;
  }


  /**********************************************************
  総合blogページ（sp）
  ***********************************************************/
  /* ========================================================
  共通（sp）
  ===========================================================*/
  .l-blogWrapper {
    max-width: none;
    padding: 85px 10px 50px;
  }

  .l-blogInner {
    margin-left: 0;
  }

  .boxBg {
    border-radius: 15px;
  }

  .blogSecHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .blogSecHeading--title {
    font-size: 20px;
    line-height: 1.4;
  }

  .blogSecHeading__more {
    margin-top: 7px;
    margin-right: 10px;
  }

  .blogSecHeading__more .text {
    font-size: 14px;
    line-height: 1.4;
  }

  .blogSecHeading__more .icon {
    width: 20px;
    margin-top: 0;
  }


  /* --- ▼ページネーション
----------------------------------------------------------- */
  .article-pagination {
    margin-top: 45px;
  }

  .article-pagination .page-numbers {
    width: 33px;
    height: 33px;
    font-size: 14px;
  }


  /* ========================================================
  fv（sp）
  ===========================================================*/
  .blog-fv__heading {
    display: none;
  }

  .blog-fv__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .blog-fv__column__left {
    width: 100%;
  }

  .blog-fv__column__left__head {
    height: auto;
    margin-bottom: 20px;
  }

  .blog-fv__column__left__head .swiper-slide .inner .hover {
    padding: 15px 15px 30px;
  }

  .blog-fv__column__left__head .swiper-slide .head {
    height: 32px;
    margin-bottom: 8px;
  }

  .blog-fv__column__left__head .swiper-slide .category .icon {
    width: 32px;
    margin-right: 7px;
  }

  .blog-fv__column__left__head .swiper-slide .category p {
    font-size: 12px;
    line-height: 1.4;
  }

  .blog-fv__column__left__head .swiper-slide .time {
    font-size: 12px;
    line-height: 1.4;
  }

  .blog-fv__column__left__head .swiper-slide .body {
    min-height: 355px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
  }

  .blog-fv__column__left__head .swiper-slide .image {
    width: 100%;
    max-width: 500px;
    height: 48.96vw;
    max-height: 269px;
    margin: 0 auto 8px;
  }

  .blog-fv__column__left__head .swiper-slide .image img {
    margin: 0 auto;
  }

  .blog-fv__column__left__head .swiper-slide .image+.title {
    width: 100%;
  }

  .blog-fv__column__left__head .swiper-slide .title {
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 40px;
  }

  .blog-fv__column__left__head .swiper-slide .tagWrap {
    max-height: 82px;
    gap: 7px;
    padding: 20px 45px 0 0;
    margin: 0 15px 20px;
  }

  .blog-fv__column__left__head .swiper-slide .tagWrap .tag a {
    font-size: 12px;
    padding: 3px 8px 5px;
  }

  .blog-fv__column__left__foot {
    margin-top: 20px;
  }

  .blog-fv__column__left__foot__inner {
    height: 116px;
    gap: 8px;
  }

  .blog-fv__column__left__foot__box {
    width: 100%;
  }

  .blog-fv__column__left__foot__box.-logo .logo {
    width: 64.6%;
  }

  .blog-fv__column__left__foot__box.-clinic .title {
    height: 44px;
    border-radius: 0 0 15px 15px;
    font-size: 11px;
    line-height: 1.4;
  }

  .blog-fv__column__left__foot__box.-clinic .image {
    height: calc(100% - 44px);
  }

  .blog-fv__column__left__foot__box.-clinic .image img {
    border-radius: 15px 15px 0 0;
  }

  .blog-fv__column__right {
    width: 100%;
  }

  .blog-fv__column__right__box {
    padding: 20px 15px;
  }

  .blog-fv__column__right__box:nth-child(1) {
    height: 313px;
  }

  .blog-fv__column__right__box:nth-child(2) {
    height: 173px;
  }

  .blog-fv__column__right__box+.blog-fv__column__right__box {
    margin-top: 20px;
  }

  .blog-fv__column__right__box__head {
    padding-bottom: 20px;
  }

  .blog-fv__column__right__box__head--title {
    gap: 7px;
  }

  .blog-fv__column__right__box__head--title .icon {
    width: 22px;
  }


  .blog-fv__column__right__box.-popularArticle .blog-fv__column__right__box__head {
    margin-bottom: 13px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .head {
    margin-bottom: 8px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .category {
    gap: 7px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .category .icon {
    width: 32px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .category p {
    font-size: 12px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .body {
    height: 118px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .title {
    margin-bottom: 0;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .tagWrap {
    max-height: 57px;
    gap: 7px;
  }

  .blog-fv__column__right__box.-popularArticle .swiper-slide .tagWrap .tag a {
    font-size: 12px;
    padding: 3px 8px 5px;
  }

  .blog-fv__column__right__box.-popularTag .tagWrap {
    max-height: 90px;
    gap: 7px;
  }

  .blog-fv .js-blogFvSlider .blogFvSlider__arrow {
    right: 5px;
    bottom: 17px;
    width: 62px;
  }

  .blog-fv .js-blogFvSlider .swiper-button-prev,
  .blog-fv .js-blogFvSlider .swiper-button-next {
    width: 10px;
    height: 14px;
  }

  .blog-fv .js-blogFvSlider .swiper-button-prev::after,
  .blog-fv .js-blogFvSlider .swiper-button-next::after {
    width: 10px;
    height: 14px;
  }

  .blog-fv .blog-fv__column__right .swiper-pagination {
    margin-right: -2px;
  }

  /* ========================================================
  新着記事（sp）
  ===========================================================*/
  .blog-new {
    margin-top: 50px;
  }

  /* ========================================================
  ピックアップ（sp）
  ===========================================================*/
  .blog-pickup {
    margin-top: 43px;
  }

  .blog-pickup__column {
    gap: 8px;
  }

  .blog-pickup__column__box {
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 8px);
    flex: 1 1 calc(50% - 8px);
  }

  .blog-pickup__column__box--image {
    margin-bottom: 10px;
  }

  .blog-pickup__column__box--image img {
    border-radius: 15px 15px 0 0;
    margin: 0 auto;
  }

  .blog-pickup__column__box--title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  /* ========================================================
  ピックアップ（sp）
  ===========================================================*/
  .blog-recommendation {
    margin-top: 50px;
  }

  /* ========================================================
  今月の人気記事（sp）
  ===========================================================*/
  .blog-popular {
    margin-top: 44px;
  }

  /**********************************************************
  総合blog カテゴリーページ（sp）
  ***********************************************************/
  /* ========================================================
  セクション（sp）
  ===========================================================*/
  /* --- ▼セクション2
  ------------------------------------------------------------ */
  .blogCategory__content__sec.-sec02 {
    margin-top: 52px;
  }

  /* --- ▼セクション3
  ------------------------------------------------------------ */
  .blogCategory__content__sec.-sec03 {
    margin-top: 52px;
    padding: 20px 15px;
  }

  .blogCategory__content__sec.-sec03 .heading {
    margin-bottom: 20px;
  }

  .blogCategory__content__sec.-sec03 .heading--title {
    font-size: 12px;
  }

  .blogCategory__content__sec.-sec03 .heading--title .category {
    margin-right: 6px;
    font-size: 16px;
  }

  .blogCategory__content__sec.-sec03 .heading__more {
    margin-top: 20px;
  }

  .blogCategory__content__sec.-sec03 .heading__more a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blogCategory__content__sec.-sec03 .tagWrap {
    gap: 7px;
  }


  /**********************************************************
  総合blog タグページ（sp）
  ***********************************************************/
  /* ========================================================
  セクション（sp）
  ===========================================================*/
  /* --- ▼セクション2
  ------------------------------------------------------------ */
  .blogtab-section.-sec01 {
    margin-top: 52px;
  }

  /* --- ▼セクション2
  ------------------------------------------------------------ */
  .blogtab-section.-sec02 {
    margin-top: 52px;
  }

  /**********************************************************
  総合blog 全記事一覧ページ（sp）
  ***********************************************************/

  .blogAll-container {
    margin-top: 52px;
  }

  /**********************************************************
  総合blog タグ一覧ページ（sp）
  ***********************************************************/
  /* ========================================================
  あいうえお順（sp）
  ===========================================================*/
  .blogtaglist-kana {
    margin-top: 52px;
    padding: 20px 15px 25px;
  }

  .blogtaglist-kana__block+.blogtaglist-kana__block {
    margin-top: 30px;
  }

  .blogtaglist-kana__block .title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .blogtaglist-kana__block .title::before {
    height: 19px;
  }

  .blogtaglist-kana__block .tagWrap {
    gap: 7px;
  }


  /* ========================================================
  人気のタグ（sp）
  ===========================================================*/
  .blogtaglist-popular {
    margin-top: 52px;
  }

  .blogtaglist-popular--title {
    margin-bottom: 16px;
    padding-left: 10px;
    font-size: 20px;
  }

  .blogtaglist-popular__box {
    padding: 25px 15px;
    gap: 7px;
  }


  /**********************************************************
  総合blog 詳細ページ（sp）
  ***********************************************************/
  /* ========================================================
  共通（sp）
  ===========================================================*/
  .blogsingle-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
    gap: 0;
  }

  /* ========================================================
  .blogsingle-container（sp）
  ===========================================================*/
  .blogsingle-container {
    width: 100%;
  }

  .blogsingle-container__heading {
    margin-bottom: 35px;
    padding: 0 10px;
  }

  .blogsingle-container__heading .time {
    margin-bottom: 12px;
  }

  .blogsingle-container__heading .title {
    font-size: 20px;
  }

  .blogsingle-container__article {
    padding: 20px 15px;
  }

  .blogsingle-container__article__foot {
    margin-top: 40px;
    padding-top: 20px;
    gap: 7px;
  }

  .blogsingle-container__people {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .blogsingle-container__people__heading {
    margin-bottom: 18px;
  }

  .blogsingle-container__people__heading__profile {
    gap: 11px;
  }

  .blogsingle-container__people__heading__profile .image {
    width: 48px;
  }

  .blogsingle-container__people__heading__profile .shopname {
    margin-top: 1px;
    font-size: 12px;
  }

  .blogsingle-container__people__heading__profile .name {
    font-size: 16px;
  }

  .blogsingle-container__people__heading__more {
    margin-top: 11px;
  }

  .blogsingle-container__people__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .blogsingle-container__sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding: 21px 14px;
    border-radius: 15px;
  }

  .blogsingle-container__sns .text {
    font-size: 13px;
  }

  .blogsingle-container__sns .column {
    gap: 13px;
  }

  .blogsingle-container__sns .icon {
    width: 25px;
  }

  .blogsingle-container__sns .icon.-x {
    width: 24px;
  }

  /* ========================================================
  .blogsingle-sidebar（sp）
  ===========================================================*/
  .blogsingle-sidebar {
    width: 100%;
  }

  .blogsingle-sidebar__relatedtag {
    padding: 50px 0 0;
    border-bottom: none;
  }

  .blogsingle-sidebar__relatedtag--title {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .blogsingle-sidebar__relatedtag--title .category {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.4;
  }

  .blogsingle-sidebar__relatedtag__box {
    padding: 20px 15px;
    gap: 7px;
  }

  .blogsingle-sidebar__relatedtag__more {
    margin-right: 10px;
  }

  .blogsingle-sidebar__relatedarticle {
    margin-top: 50px;
  }

  .blogsingle-sidebar__relatedarticle--title {
    margin-bottom: 16px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 1.4;
  }

  .blogsingle-sidebar__relatedarticle__box {
    padding: 10px;
  }

  .blogsingle-sidebar__relatedarticle__box+.blogsingle-sidebar__relatedarticle__box {
    margin-top: 8px;
  }

  .blogsingle-sidebar__relatedarticle__box .category {
    margin-bottom: 7px;
    gap: 5px;
  }

  .blogsingle-sidebar__relatedarticle__box .category .icon {
    width: 25px;
  }

  .blogsingle-sidebar__relatedarticle__box .title {
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .blogsingle-sidebar__relatedarticle__box .time {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: right;
  }

  .blogsingle-sidebar__relatedarticle__box .tagWrap {
    max-height: 66px;
    padding-top: 12px;
    gap: 7px;
  }


  /* ========================================================
  .blogsingle-tagPopularity（sp）
  ===========================================================*/
  .blogsingle-tagPopularity {
    margin-top: 52px;
  }

  /* ========================================================
  .blogsingle-monthPopularity（sp）
  ===========================================================*/
  .blogsingle-monthPopularity {
    margin-top: 52px;
  }

  /**********************************************************
  共通クラス（sp）
  ***********************************************************/
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

  .sp-fl-none-sp {
    float: none !important;
  }

  .sp-fl-clear-sp {
    clear: both !important;
  }

  .sp-fs-sm {
    font-size: 1.2rem !important;
  }

  .sp-fs-md {
    font-size: 1.4rem !important;
  }

  .sp-fs-lg {
    font-size: 1.6rem !important;
  }

  .sp-fs-xl {
    font-size: 1.8rem !important;
  }

  .sp-fs-xxl {
    font-size: 2rem !important;
  }

  .sp-mt-0 {
    margin-top: 0px !important;
  }

  .sp-mb-0 {
    margin-bottom: 0px !important;
  }

  .sp-ml-0 {
    margin-left: 0px !important;
  }

  .sp-mr-0 {
    margin-right: 0px !important;
  }

  .sp-mt-5 {
    margin-top: 5px !important;
  }

  .sp-mb-5 {
    margin-bottom: 5px !important;
  }

  .sp-ml-5 {
    margin-left: 5px !important;
  }

  .sp-mr-5 {
    margin-right: 5px !important;
  }

  .sp-mt-10 {
    margin-top: 10px !important;
  }

  .sp-mb-10 {
    margin-bottom: 10px !important;
  }

  .sp-ml-10 {
    margin-left: 10px !important;
  }

  .sp-mr-10 {
    margin-right: 10px !important;
  }

  .sp-mt-15 {
    margin-top: 15px !important;
  }

  .sp-mb-15 {
    margin-bottom: 15px !important;
  }

  .sp-ml-15 {
    margin-left: 15px !important;
  }

  .sp-mr-15 {
    margin-right: 15px !important;
  }

  .sp-mt-20 {
    margin-top: 20px !important;
  }

  .sp-mb-20 {
    margin-bottom: 20px !important;
  }

  .sp-ml-20 {
    margin-left: 20px !important;
  }

  .sp-mr-20 {
    margin-right: 20px !important;
  }

  .sp-mt-25 {
    margin-top: 25px !important;
  }

  .sp-mb-25 {
    margin-bottom: 25px !important;
  }

  .sp-ml-25 {
    margin-left: 25px !important;
  }

  .sp-mr-25 {
    margin-right: 25px !important;
  }

  .sp-mt-30 {
    margin-top: 30px !important;
  }

  .sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .sp-ml-30 {
    margin-left: 30px !important;
  }

  .sp-mr-30 {
    margin-right: 30px !important;
  }

  .sp-mt-35 {
    margin-top: 35px !important;
  }

  .sp-mb-35 {
    margin-bottom: 35px !important;
  }

  .sp-ml-35 {
    margin-left: 35px !important;
  }

  .sp-mr-35 {
    margin-right: 35px !important;
  }

  .sp-mt-40 {
    margin-top: 40px !important;
  }

  .sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .sp-ml-40 {
    margin-left: 40px !important;
  }

  .sp-mr-40 {
    margin-right: 40px !important;
  }

  .sp-mt-45 {
    margin-top: 45px !important;
  }

  .sp-mb-45 {
    margin-bottom: 45px !important;
  }

  .sp-ml-45 {
    margin-left: 45px !important;
  }

  .sp-mr-45 {
    margin-right: 45px !important;
  }

  .sp-mt-50 {
    margin-top: 50px !important;
  }

  .sp-mb-50 {
    margin-bottom: 50px !important;
  }

  .sp-ml-50 {
    margin-left: 50px !important;
  }

  .sp-mr-50 {
    margin-right: 50px !important;
  }

  .sp-mt-55 {
    margin-top: 55px !important;
  }

  .sp-mb-55 {
    margin-bottom: 55px !important;
  }

  .sp-ml-55 {
    margin-left: 55px !important;
  }

  .sp-mr-55 {
    margin-right: 55px !important;
  }

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

  .sp-mb-60 {
    margin-bottom: 60px !important;
  }

  .sp-ml-60 {
    margin-left: 60px !important;
  }

  .sp-mr-60 {
    margin-right: 60px !important;
  }

  .sp-mt-65 {
    margin-top: 65px !important;
  }

  .sp-mb-65 {
    margin-bottom: 65px !important;
  }

  .sp-ml-65 {
    margin-left: 65px !important;
  }

  .sp-mr-65 {
    margin-right: 65px !important;
  }

  .sp-mt-70 {
    margin-top: 70px !important;
  }

  .sp-mb-70 {
    margin-bottom: 70px !important;
  }

  .sp-ml-70 {
    margin-left: 70px !important;
  }

  .sp-mr-70 {
    margin-right: 70px !important;
  }

  .sp-mt-75 {
    margin-top: 75px !important;
  }

  .sp-mb-75 {
    margin-bottom: 75px !important;
  }

  .sp-ml-75 {
    margin-left: 75px !important;
  }

  .sp-mr-75 {
    margin-right: 75px !important;
  }

  .sp-mt-80 {
    margin-top: 80px !important;
  }

  .sp-mb-80 {
    margin-bottom: 80px !important;
  }

  .sp-ml-80 {
    margin-left: 80px !important;
  }

  .sp-mr-80 {
    margin-right: 80px !important;
  }

  .sp-mt-85 {
    margin-top: 85px !important;
  }

  .sp-mb-85 {
    margin-bottom: 85px !important;
  }

  .sp-ml-85 {
    margin-left: 85px !important;
  }

  .sp-mr-85 {
    margin-right: 85px !important;
  }

  .sp-mt-90 {
    margin-top: 90px !important;
  }

  .sp-mb-90 {
    margin-bottom: 90px !important;
  }

  .sp-ml-90 {
    margin-left: 90px !important;
  }

  .sp-mr-90 {
    margin-right: 90px !important;
  }

  .sp-mt-95 {
    margin-top: 95px !important;
  }

  .sp-mb-95 {
    margin-bottom: 95px !important;
  }

  .sp-ml-95 {
    margin-left: 95px !important;
  }

  .sp-mr-95 {
    margin-right: 95px !important;
  }

  .sp-mt-100 {
    margin-top: 100px !important;
  }

  .sp-mb-100 {
    margin-bottom: 100px !important;
  }

  .sp-ml-100 {
    margin-left: 100px !important;
  }

  .sp-mr-100 {
    margin-right: 100px !important;
  }

  .sp-pt-0 {
    padding-top: 0px !important;
  }

  .sp-pb-0 {
    padding-bottom: 0px !important;
  }

  .sp-pl-0 {
    padding-left: 0px !important;
  }

  .sp-pr-0 {
    padding-right: 0px !important;
  }

  .sp-pt-5 {
    padding-top: 5px !important;
  }

  .sp-pb-5 {
    padding-bottom: 5px !important;
  }

  .sp-pl-5 {
    padding-left: 5px !important;
  }

  .sp-pr-5 {
    padding-right: 5px !important;
  }

  .sp-pt-10 {
    padding-top: 10px !important;
  }

  .sp-pb-10 {
    padding-bottom: 10px !important;
  }

  .sp-pl-10 {
    padding-left: 10px !important;
  }

  .sp-pr-10 {
    padding-right: 10px !important;
  }

  .sp-pt-15 {
    padding-top: 15px !important;
  }

  .sp-pb-15 {
    padding-bottom: 15px !important;
  }

  .sp-pl-15 {
    padding-left: 15px !important;
  }

  .sp-pr-15 {
    padding-right: 15px !important;
  }

  .sp-pt-20 {
    padding-top: 20px !important;
  }

  .sp-pb-20 {
    padding-bottom: 20px !important;
  }

  .sp-pl-20 {
    padding-left: 20px !important;
  }

  .sp-pr-20 {
    padding-right: 20px !important;
  }

  .sp-pt-25 {
    padding-top: 25px !important;
  }

  .sp-pb-25 {
    padding-bottom: 25px !important;
  }

  .sp-pl-25 {
    padding-left: 25px !important;
  }

  .sp-pr-25 {
    padding-right: 25px !important;
  }

  .sp-pt-30 {
    padding-top: 30px !important;
  }

  .sp-pb-30 {
    padding-bottom: 30px !important;
  }

  .sp-pl-30 {
    padding-left: 30px !important;
  }

  .sp-pr-30 {
    padding-right: 30px !important;
  }

  .sp-pt-35 {
    padding-top: 35px !important;
  }

  .sp-pb-35 {
    padding-bottom: 35px !important;
  }

  .sp-pl-35 {
    padding-left: 35px !important;
  }

  .sp-pr-35 {
    padding-right: 35px !important;
  }

  .sp-pt-40 {
    padding-top: 40px !important;
  }

  .sp-pb-40 {
    padding-bottom: 40px !important;
  }

  .sp-pl-40 {
    padding-left: 40px !important;
  }

  .sp-pr-40 {
    padding-right: 40px !important;
  }

  .sp-pt-45 {
    padding-top: 45px !important;
  }

  .sp-pb-45 {
    padding-bottom: 45px !important;
  }

  .sp-pl-45 {
    padding-left: 45px !important;
  }

  .sp-pr-45 {
    padding-right: 45px !important;
  }

  .sp-pt-50 {
    padding-top: 50px !important;
  }

  .sp-pb-50 {
    padding-bottom: 50px !important;
  }

  .sp-pl-50 {
    padding-left: 50px !important;
  }

  .sp-pr-50 {
    padding-right: 50px !important;
  }

  .sp-pt-55 {
    padding-top: 55px !important;
  }

  .sp-pb-55 {
    padding-bottom: 55px !important;
  }

  .sp-pl-55 {
    padding-left: 55px !important;
  }

  .sp-pr-55 {
    padding-right: 55px !important;
  }

  .sp-pt-60 {
    padding-top: 60px !important;
  }

  .sp-pb-60 {
    padding-bottom: 60px !important;
  }

  .sp-pl-60 {
    padding-left: 60px !important;
  }

  .sp-pr-60 {
    padding-right: 60px !important;
  }

  .sp-pt-65 {
    padding-top: 65px !important;
  }

  .sp-pb-65 {
    padding-bottom: 65px !important;
  }

  .sp-pl-65 {
    padding-left: 65px !important;
  }

  .sp-pr-65 {
    padding-right: 65px !important;
  }

  .sp-pt-70 {
    padding-top: 70px !important;
  }

  .sp-pb-70 {
    padding-bottom: 70px !important;
  }

  .sp-pl-70 {
    padding-left: 70px !important;
  }

  .sp-pr-70 {
    padding-right: 70px !important;
  }

  .sp-pt-75 {
    padding-top: 75px !important;
  }

  .sp-pb-75 {
    padding-bottom: 75px !important;
  }

  .sp-pl-75 {
    padding-left: 75px !important;
  }

  .sp-pr-75 {
    padding-right: 75px !important;
  }

  .sp-pt-80 {
    padding-top: 80px !important;
  }

  .sp-pb-80 {
    padding-bottom: 80px !important;
  }

  .sp-pl-80 {
    padding-left: 80px !important;
  }

  .sp-pr-80 {
    padding-right: 80px !important;
  }

  .sp-pt-85 {
    padding-top: 85px !important;
  }

  .sp-pb-85 {
    padding-bottom: 85px !important;
  }

  .sp-pl-85 {
    padding-left: 85px !important;
  }

  .sp-pr-85 {
    padding-right: 85px !important;
  }

  .sp-pt-90 {
    padding-top: 90px !important;
  }

  .sp-pb-90 {
    padding-bottom: 90px !important;
  }

  .sp-pl-90 {
    padding-left: 90px !important;
  }

  .sp-pr-90 {
    padding-right: 90px !important;
  }

  .sp-pt-95 {
    padding-top: 95px !important;
  }

  .sp-pb-95 {
    padding-bottom: 95px !important;
  }

  .sp-pl-95 {
    padding-left: 95px !important;
  }

  .sp-pr-95 {
    padding-right: 95px !important;
  }

  .sp-pt-100 {
    padding-top: 100px !important;
  }

  .sp-pb-100 {
    padding-bottom: 100px !important;
  }

  .sp-pl-100 {
    padding-left: 100px !important;
  }

  .sp-pr-100 {
    padding-right: 100px !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }

  .sp-va-top {
    vertical-align: top !important;
  }

  .sp-va-middle {
    vertical-align: middle !important;
  }

  .sp-va-bottom {
    vertical-align: bottom !important;
  }

  .sp-w-5 {
    width: 5px !important;
  }

  .sp-w-10 {
    width: 10px !important;
  }

  .sp-w-15 {
    width: 15px !important;
  }

  .sp-w-20 {
    width: 20px !important;
  }

  .sp-w-25 {
    width: 25px !important;
  }

  .sp-w-30 {
    width: 30px !important;
  }

  .sp-w-35 {
    width: 35px !important;
  }

  .sp-w-40 {
    width: 40px !important;
  }

  .sp-w-45 {
    width: 45px !important;
  }

  .sp-w-50 {
    width: 50px !important;
  }

  .sp-w-55 {
    width: 55px !important;
  }

  .sp-w-60 {
    width: 60px !important;
  }

  .sp-w-65 {
    width: 65px !important;
  }

  .sp-w-70 {
    width: 70px !important;
  }

  .sp-w-75 {
    width: 75px !important;
  }

  .sp-w-80 {
    width: 80px !important;
  }

  .sp-w-85 {
    width: 85px !important;
  }

  .sp-w-90 {
    width: 90px !important;
  }

  .sp-w-95 {
    width: 95px !important;
  }

  .sp-w-100 {
    width: 100px !important;
  }

  .sp-w-105 {
    width: 105px !important;
  }

  .sp-w-110 {
    width: 110px !important;
  }

  .sp-w-115 {
    width: 115px !important;
  }

  .sp-w-120 {
    width: 120px !important;
  }

  .sp-w-125 {
    width: 125px !important;
  }

  .sp-w-130 {
    width: 130px !important;
  }

  .sp-w-135 {
    width: 135px !important;
  }

  .sp-w-140 {
    width: 140px !important;
  }

  .sp-w-145 {
    width: 145px !important;
  }

  .sp-w-150 {
    width: 150px !important;
  }

  .sp-w-155 {
    width: 155px !important;
  }

  .sp-w-160 {
    width: 160px !important;
  }

  .sp-w-165 {
    width: 165px !important;
  }

  .sp-w-170 {
    width: 170px !important;
  }

  .sp-w-175 {
    width: 175px !important;
  }

  .sp-w-180 {
    width: 180px !important;
  }

  .sp-w-185 {
    width: 185px !important;
  }

  .sp-w-190 {
    width: 190px !important;
  }

  .sp-w-195 {
    width: 195px !important;
  }

  .sp-w-200 {
    width: 200px !important;
  }

  .sp-w-205 {
    width: 205px !important;
  }

  .sp-w-210 {
    width: 210px !important;
  }

  .sp-w-215 {
    width: 215px !important;
  }

  .sp-w-220 {
    width: 220px !important;
  }

  .sp-w-225 {
    width: 225px !important;
  }

  .sp-w-230 {
    width: 230px !important;
  }

  .sp-w-235 {
    width: 235px !important;
  }

  .sp-w-240 {
    width: 240px !important;
  }

  .sp-w-245 {
    width: 245px !important;
  }

  .sp-w-250 {
    width: 250px !important;
  }

  .sp-w-255 {
    width: 255px !important;
  }

  .sp-w-260 {
    width: 260px !important;
  }

  .sp-w-265 {
    width: 265px !important;
  }

  .sp-w-270 {
    width: 270px !important;
  }

  .sp-w-275 {
    width: 275px !important;
  }

  .sp-w-280 {
    width: 280px !important;
  }

  .sp-w-285 {
    width: 285px !important;
  }

  .sp-w-290 {
    width: 290px !important;
  }

  .sp-w-295 {
    width: 295px !important;
  }

  .sp-w-300 {
    width: 300px !important;
  }

  .sp-w-305 {
    width: 305px !important;
  }

  .sp-w-310 {
    width: 310px !important;
  }

  .sp-w-315 {
    width: 315px !important;
  }

  .sp-w-320 {
    width: 320px !important;
  }

  .sp-w-325 {
    width: 325px !important;
  }

  .sp-w-330 {
    width: 330px !important;
  }

  .sp-w-335 {
    width: 335px !important;
  }

  .sp-w-340 {
    width: 340px !important;
  }

  .sp-w-345 {
    width: 345px !important;
  }

  .sp-w-350 {
    width: 350px !important;
  }

  .sp-w-355 {
    width: 355px !important;
  }

  .sp-w-360 {
    width: 360px !important;
  }

  .sp-w-365 {
    width: 365px !important;
  }

  .sp-w-370 {
    width: 370px !important;
  }

  .sp-w-375 {
    width: 375px !important;
  }

  .sp-w-380 {
    width: 380px !important;
  }

  .sp-w-385 {
    width: 385px !important;
  }

  .sp-w-390 {
    width: 390px !important;
  }

  .sp-w-395 {
    width: 395px !important;
  }

  .sp-w-400 {
    width: 400px !important;
  }

  .sp-w-5per {
    width: 5% !important;
  }

  .sp-w-10per {
    width: 10% !important;
  }

  .sp-w-15per {
    width: 15% !important;
  }

  .sp-w-20per {
    width: 20% !important;
  }

  .sp-w-25per {
    width: 25% !important;
  }

  .sp-w-30per {
    width: 30% !important;
  }

  .sp-w-35per {
    width: 35% !important;
  }

  .sp-w-40per {
    width: 40% !important;
  }

  .sp-w-45per {
    width: 45% !important;
  }

  .sp-w-50per {
    width: 50% !important;
  }

  .sp-w-55per {
    width: 55% !important;
  }

  .sp-w-60per {
    width: 60% !important;
  }

  .sp-w-65per {
    width: 65% !important;
  }

  .sp-w-70per {
    width: 70% !important;
  }

  .sp-w-75per {
    width: 75% !important;
  }

  .sp-w-80per {
    width: 80% !important;
  }

  .sp-w-85per {
    width: 85% !important;
  }

  .sp-w-90per {
    width: 90% !important;
  }

  .sp-w-95per {
    width: 95% !important;
  }

  .sp-w-100per {
    width: 100% !important;
  }

  .sp-w-1em {
    width: 1em !important;
  }

  .sp-w-2em {
    width: 2em !important;
  }

  .sp-w-3em {
    width: 3em !important;
  }

  .sp-w-4em {
    width: 4em !important;
  }

  .sp-w-5em {
    width: 5em !important;
  }

  .sp-w-6em {
    width: 6em !important;
  }

  .sp-w-7em {
    width: 7em !important;
  }

  .sp-w-8em {
    width: 8em !important;
  }

  .sp-w-9em {
    width: 9em !important;
  }

  .sp-w-10em {
    width: 10em !important;
  }

  .sp-w-11em {
    width: 11em !important;
  }

  .sp-w-12em {
    width: 12em !important;
  }

  .sp-w-13em {
    width: 13em !important;
  }

  .sp-w-14em {
    width: 14em !important;
  }

  .sp-w-15em {
    width: 15em !important;
  }

  .sp-w-16em {
    width: 16em !important;
  }

  .sp-w-17em {
    width: 17em !important;
  }

  .sp-w-18em {
    width: 18em !important;
  }

  .sp-w-19em {
    width: 19em !important;
  }

  .sp-w-20em {
    width: 20em !important;
  }

  .sp-w-auto {
    width: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */