@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700, black: 900 */
/* regular: 400, medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* default setting
---------------------------------------------------------------------------*/
.blog-body-entry .wp-site-blocks {
  padding-top: var(--wp--style--root--padding-top);
  padding-bottom: var(--wp--style--root--padding-bottom);
}
.blog-body-entry .has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.blog-body-entry .has-global-padding > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}
.blog-body-entry .has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) {
  padding-right: 0;
  padding-left: 0;
}
.blog-body-entry .has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull {
  margin-left: 0;
  margin-right: 0;
}
.blog-body-entry .wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}
.blog-body-entry .wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}
.blog-body-entry .wp-site-blocks > .aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.blog-body-entry :where(.wp-site-blocks) > * {
  -webkit-margin-before: 1.2rem;
          margin-block-start: 1.2rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-site-blocks) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-body-entry :where(.wp-site-blocks) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.is-layout-flow) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-body-entry :where(.is-layout-flow) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.is-layout-flow) > * {
  -webkit-margin-before: 1.2rem;
          margin-block-start: 1.2rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.is-layout-constrained) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-body-entry :where(.is-layout-constrained) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.is-layout-constrained) > * {
  -webkit-margin-before: 1.2rem;
          margin-block-start: 1.2rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.is-layout-flex) {
  gap: 1.2rem;
}
.blog-body-entry :where(.is-layout-grid) {
  gap: 1.2rem;
}
.blog-body-entry .is-layout-flow > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}
.blog-body-entry .is-layout-flow > .alignright {
  float: right;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.blog-body-entry .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.blog-body-entry .is-layout-constrained > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}
.blog-body-entry .is-layout-constrained > .alignright {
  float: right;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.blog-body-entry .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.blog-body-entry .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.blog-body-entry .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.blog-body-entry body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-body-entry .is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-body-entry .is-layout-flex > :is(*, div) {
  margin: 0;
}
.blog-body-entry body .is-layout-grid {
  display: -ms-grid;
  display: grid;
}
.blog-body-entry .is-layout-grid > :is(*, div) {
  margin: 0;
}
.blog-body-entry {
  /*body {
      background-color: var(--wp--preset--color--base);
      color: var(--wp--preset--color--contrast);
      font-family: var(--wp--preset--font-family--manrope);
      font-size: var(--wp--preset--font-size--large);
      font-weight: 300;
      letter-spacing: -0.1px;
      line-height: 1.4;
      --wp--style--root--padding-top: 0px;
      --wp--style--root--padding-right: var(--wp--preset--spacing--50);
      --wp--style--root--padding-bottom: 0px;
      --wp--style--root--padding-left: var(--wp--preset--spacing--50);
  }*/
}
.blog-body-entry a:where(:not(.wp-element-button)) {
  color: currentColor;
  text-decoration: underline;
}
.blog-body-entry :where(a:where(:not(.wp-element-button)):hover) {
  text-decoration: none;
}
.blog-body-entry {
  /*h1, h2, h3, h4, h5, h6 {
      font-weight: 400;
      letter-spacing: -0.1px;
      line-height: 1.125;
  }

  h1 {
      font-size: var(--wp--preset--font-size--xx-large);
  }

  h2 {
      font-size: var(--wp--preset--font-size--x-large);
  }

  h3 {
      font-size: var(--wp--preset--font-size--large);
  }

  h4 {
      font-size: var(--wp--preset--font-size--medium);
  }

  h5 {
      font-size: var(--wp--preset--font-size--small);
      letter-spacing: 0.5px;
  }

  h6 {
      font-size: var(--wp--preset--font-size--small);
      font-weight: 700;
      letter-spacing: 1.4px;
      text-transform: uppercase;
  }*/
}
.blog-body-entry :where(.wp-element-button, .wp-block-button__link) {
  background-color: var(--wp--preset--color--contrast);
  border-width: 0;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: 1rem;
  padding-right: 2.25rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  text-decoration: none;
  text-transform: inherit;
}
.blog-body-entry :where(.wp-element-button:hover, .wp-block-button__link:hover) {
  background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
  border-color: transparent;
  color: var(--wp--preset--color--base);
}
.blog-body-entry :where(.wp-element-button:focus, .wp-block-button__link:focus) {
  outline-color: var(--wp--preset--color--accent-4);
  outline-offset: 2px;
}
.blog-body-entry :where(.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption) {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4;
}
.blog-body-entry .has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.blog-body-entry .has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.blog-body-entry .has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.blog-body-entry .has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.blog-body-entry .has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.blog-body-entry .has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.blog-body-entry .has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.blog-body-entry .has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.blog-body-entry .has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.blog-body-entry .has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.blog-body-entry .has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.blog-body-entry .has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.blog-body-entry .has-base-color {
  color: var(--wp--preset--color--base) !important;
}
.blog-body-entry .has-contrast-color {
  color: var(--wp--preset--color--contrast) !important;
}
.blog-body-entry .has-accent-1-color {
  color: var(--wp--preset--color--accent-1) !important;
}
.blog-body-entry .has-accent-2-color {
  color: var(--wp--preset--color--accent-2) !important;
}
.blog-body-entry .has-accent-3-color {
  color: var(--wp--preset--color--accent-3) !important;
}
.blog-body-entry .has-accent-4-color {
  color: var(--wp--preset--color--accent-4) !important;
}
.blog-body-entry .has-accent-5-color {
  color: var(--wp--preset--color--accent-5) !important;
}
.blog-body-entry .has-accent-6-color {
  color: var(--wp--preset--color--accent-6) !important;
}
.blog-body-entry .has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.blog-body-entry .has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.blog-body-entry .has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.blog-body-entry .has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.blog-body-entry .has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.blog-body-entry .has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.blog-body-entry .has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.blog-body-entry .has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.blog-body-entry .has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.blog-body-entry .has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.blog-body-entry .has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.blog-body-entry .has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.blog-body-entry .has-base-background-color {
  background-color: var(--wp--preset--color--base) !important;
}
.blog-body-entry .has-contrast-background-color {
  background-color: var(--wp--preset--color--contrast) !important;
}
.blog-body-entry .has-accent-1-background-color {
  background-color: var(--wp--preset--color--accent-1) !important;
}
.blog-body-entry .has-accent-2-background-color {
  background-color: var(--wp--preset--color--accent-2) !important;
}
.blog-body-entry .has-accent-3-background-color {
  background-color: var(--wp--preset--color--accent-3) !important;
}
.blog-body-entry .has-accent-4-background-color {
  background-color: var(--wp--preset--color--accent-4) !important;
}
.blog-body-entry .has-accent-5-background-color {
  background-color: var(--wp--preset--color--accent-5) !important;
}
.blog-body-entry .has-accent-6-background-color {
  background-color: var(--wp--preset--color--accent-6) !important;
}
.blog-body-entry .has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.blog-body-entry .has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.blog-body-entry .has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.blog-body-entry .has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.blog-body-entry .has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.blog-body-entry .has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.blog-body-entry .has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.blog-body-entry .has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.blog-body-entry .has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.blog-body-entry .has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.blog-body-entry .has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.blog-body-entry .has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.blog-body-entry .has-base-border-color {
  border-color: var(--wp--preset--color--base) !important;
}
.blog-body-entry .has-contrast-border-color {
  border-color: var(--wp--preset--color--contrast) !important;
}
.blog-body-entry .has-accent-1-border-color {
  border-color: var(--wp--preset--color--accent-1) !important;
}
.blog-body-entry .has-accent-2-border-color {
  border-color: var(--wp--preset--color--accent-2) !important;
}
.blog-body-entry .has-accent-3-border-color {
  border-color: var(--wp--preset--color--accent-3) !important;
}
.blog-body-entry .has-accent-4-border-color {
  border-color: var(--wp--preset--color--accent-4) !important;
}
.blog-body-entry .has-accent-5-border-color {
  border-color: var(--wp--preset--color--accent-5) !important;
}
.blog-body-entry .has-accent-6-border-color {
  border-color: var(--wp--preset--color--accent-6) !important;
}
.blog-body-entry .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.blog-body-entry .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.blog-body-entry .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.blog-body-entry .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.blog-body-entry .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.blog-body-entry .has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.blog-body-entry .has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.blog-body-entry .has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.blog-body-entry .has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.blog-body-entry .has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.blog-body-entry .has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.blog-body-entry .has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.blog-body-entry .has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.blog-body-entry .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.blog-body-entry .has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.blog-body-entry .has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.blog-body-entry .has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large) !important;
}
.blog-body-entry .has-manrope-font-family {
  font-family: var(--wp--preset--font-family--manrope) !important;
}
.blog-body-entry .has-fira-code-font-family {
  font-family: var(--wp--preset--font-family--fira-code) !important;
}
.blog-body-entry :where(.wp-block-columns-is-layout-flow) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-body-entry :where(.wp-block-columns-is-layout-flow) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-block-columns-is-layout-flow) > * {
  -webkit-margin-before: var(--wp--preset--spacing--50);
          margin-block-start: var(--wp--preset--spacing--50);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-block-columns-is-layout-constrained) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-body-entry :where(.wp-block-columns-is-layout-constrained) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-block-columns-is-layout-constrained) > * {
  -webkit-margin-before: var(--wp--preset--spacing--50);
          margin-block-start: var(--wp--preset--spacing--50);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-block-columns-is-layout-flex) {
  gap: var(--wp--preset--spacing--50);
}
.blog-body-entry :where(.wp-block-columns-is-layout-grid) {
  gap: var(--wp--preset--spacing--50);
}
.blog-body-entry :where(.wp-block-buttons-is-layout-flow) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-body-entry :where(.wp-block-buttons-is-layout-flow) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-block-buttons-is-layout-flow) > * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-block-buttons-is-layout-constrained) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-body-entry :where(.wp-block-buttons-is-layout-constrained) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-block-buttons-is-layout-constrained) > * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.blog-body-entry :where(.wp-block-buttons-is-layout-flex) {
  gap: 16px;
}
.blog-body-entry :where(.wp-block-buttons-is-layout-grid) {
  gap: 16px;
}
.blog-body-entry :where(.wp-block-post-comments-form) {
  font-size: var(--wp--preset--font-size--medium);
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
}
.blog-body-entry :where(.wp-block-post-comments-form textarea, .wp-block-post-comments-form input:not([type=submit])) {
  border-radius: 0.25rem;
  border-color: var(--wp--preset--color--accent-6) !important;
}
.blog-body-entry :where(.wp-block-post-comments-form input[type=checkbox]) {
  margin: 0 0.2rem 0 0 !important;
}
.blog-body-entry :where(.wp-block-post-comments-form label) {
  font-size: var(--wp--preset--font-size--small);
}
.blog-body-entry :where(.wp-block-post-date) {
  color: var(--wp--preset--color--accent-4);
  font-size: var(--wp--preset--font-size--small);
}
.blog-body-entry :where(.wp-block-post-date a:where(:not(.wp-element-button))) {
  color: var(--wp--preset--color--accent-4);
  text-decoration: none;
}
.blog-body-entry :where(.wp-block-post-date a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline;
}
.blog-body-entry :where(.wp-block-post-navigation-link) {
  font-size: var(--wp--preset--font-size--medium);
}
.blog-body-entry :where(.wp-block-post-terms) {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
.blog-body-entry :where(.wp-block-post-terms a) {
  white-space: nowrap;
}
.blog-body-entry :where(.wp-block-post-title a:where(:not(.wp-element-button))) {
  text-decoration: none;
}
.blog-body-entry :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline;
}
.blog-body-entry :where(.wp-block-separator) {
  border-color: currentColor;
  border-width: 0 0 1px 0;
  border-style: solid;
  color: var(--wp--preset--color--accent-6);
}
.blog-body-entry :where(.wp-block-site-tagline) {
  font-size: var(--wp--preset--font-size--medium);
}
.blog-body-entry :where(.wp-block-site-title) {
  font-weight: 700;
  letter-spacing: -0.5px;
}
.blog-body-entry :where(.wp-block-site-title a:where(:not(.wp-element-button))) {
  text-decoration: none;
}
.blog-body-entry :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline;
}
.blog-body-entry :where(.wp-block-navigation) {
  font-size: var(--wp--preset--font-size--medium);
}
.blog-body-entry :where(.wp-block-navigation a:where(:not(.wp-element-button))) {
  text-decoration: none;
}
.blog-body-entry :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline;
}
.blog-body-entry :where(.wp-block-list li) {
  margin-top: 0.5rem;
}
.blog-body-entry ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.blog-body-entry ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

/* blog-nav
---------------------------------------------------------------------------*/
.blog-nav {
  margin-bottom: 70px;
}
@media screen and (max-width: 1300px) {
  .blog-nav {
    margin-bottom: 5.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-nav {
    margin-bottom: 18.6666666667vw;
  }
}
.blog-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1300px) {
  .blog-nav ul {
    gap: 0.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-nav ul {
    gap: 3.2vw;
  }
}
.blog-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-nav ul li:nth-of-type(1) {
  width: 100%;
}
.blog-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .blog-nav ul li a {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-nav ul li a {
    font-size: 4.8vw;
  }
}
.blog-nav ul li a {
  border: 1px solid #004AAD;
  color: #004AAD;
  padding: 0 1.5em;
}
@media screen and (max-width: 1300px) {
  .blog-nav ul li a {
    height: 3.0769230769vw;
    line-height: 3.0769230769vw;
    border-radius: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-nav ul li a {
    font-size: 4vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.blog-nav ul li.current a {
  background-color: #004AAD;
  color: #ffffff;
}

/* blog-archive
---------------------------------------------------------------------------*/
.blog-archive {
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .blog-archive {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-archive {
    margin-bottom: 26.6666666667vw;
  }
}
.blog-archive li {
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .blog-archive li {
    margin-bottom: 3.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-archive li {
    margin-bottom: 13.3333333333vw;
  }
}
.blog-archive a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .blog-archive a {
    display: block;
  }
}
.blog-archive-img {
  width: 340px;
}
@media screen and (max-width: 1300px) {
  .blog-archive-img {
    width: 26.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-archive-img {
    width: 100%;
  }
}
.blog-archive-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 17/11;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1300px) {
  .blog-archive-img img {
    border-radius: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-archive-img img {
    border-radius: 5.3333333333vw;
  }
}
.blog-archive-bd {
  width: 620px;
}
@media screen and (max-width: 1300px) {
  .blog-archive-bd {
    width: 47.6923076923vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-archive-bd {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

/* blog-pagenation
---------------------------------------------------------------------------*/
.blog-pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-pagenation .wp-pagenavi .nextpostslink, .blog-pagenation .wp-pagenavi .previouspostslink {
  display: inline-block;
  width: 12px; /* 横幅 */
  height: 12px; /* 高さ */
  border-right: 2px solid #004AAD; /* 太さ2pxの線 */
  border-bottom: 2px solid #004AAD;
  color: transparent;
}
@media screen and (max-width: 1300px) {
  .blog-pagenation .wp-pagenavi .nextpostslink, .blog-pagenation .wp-pagenavi .previouspostslink {
    width: 0.9230769231vw;
    height: 0.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pagenation .wp-pagenavi .nextpostslink, .blog-pagenation .wp-pagenavi .previouspostslink {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.blog-pagenation .wp-pagenavi .nextpostslink {
  -webkit-transform: rotate(-45deg) translate(-3px, 3px);
          transform: rotate(-45deg) translate(-3px, 3px); /* 右向き矢印っぽく傾ける */
  margin-left: 1em;
}
@media screen and (max-width: 1300px) {
  .blog-pagenation .wp-pagenavi .nextpostslink {
    -webkit-transform: rotate(-45deg) translate(-0.23vw, 0.23vw);
            transform: rotate(-45deg) translate(-0.23vw, 0.23vw);
  }
}
@media screen and (max-width: 480px) {
  .blog-pagenation .wp-pagenavi .nextpostslink {
    -webkit-transform: rotate(-45deg) translate(-0.8vw, 0.8vw);
            transform: rotate(-45deg) translate(-0.8vw, 0.8vw);
  }
}
.blog-pagenation .wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(135deg) translate(3px, -3px);
          transform: rotate(135deg) translate(3px, -3px); /* 右向き矢印っぽく傾ける */
  margin-right: 1em;
}
@media screen and (max-width: 1300px) {
  .blog-pagenation .wp-pagenavi .previouspostslink {
    -webkit-transform: rotate(135deg) translate(0.23vw, -0.23vw);
            transform: rotate(135deg) translate(0.23vw, -0.23vw);
  }
}
@media screen and (max-width: 480px) {
  .blog-pagenation .wp-pagenavi .previouspostslink {
    -webkit-transform: rotate(135deg) translate(0.8vw, -0.8vw);
            transform: rotate(135deg) translate(0.8vw, -0.8vw);
  }
}
.blog-pagenation .wp-pagenavi .page, .blog-pagenation .wp-pagenavi .current {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .blog-pagenation .wp-pagenavi .page, .blog-pagenation .wp-pagenavi .current {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pagenation .wp-pagenavi .page, .blog-pagenation .wp-pagenavi .current {
    font-size: 5.3333333333vw;
  }
}
.blog-pagenation .wp-pagenavi .page, .blog-pagenation .wp-pagenavi .current {
  margin: 0 0.6em;
  color: #A8CBFE;
}
.blog-pagenation .wp-pagenavi .current {
  color: #004AAD;
}

/* blog-single
---------------------------------------------------------------------------*/
.blog-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .blog-single {
    display: block;
  }
}

/* blog-body
---------------------------------------------------------------------------*/
.blog-body {
  width: 680px;
}
@media screen and (max-width: 1300px) {
  .blog-body {
    width: 52.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-body {
    width: 100%;
  }
}
.blog-body-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}
.blog-body-head .blog-cat {
  margin-bottom: 0;
}
.blog-body-head .blog-date {
  text-align: left;
  margin-left: 1em;
}
.blog-body-entry {
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .blog-body-entry {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-body-entry {
    font-size: 4vw;
  }
}
.blog-body-entry > * {
  margin-top: 2em;
}
.blog-body-entry figure {
  margin: 0 0 2rem;
}
.blog-body-entry figure + .wp-block-heading {
  margin-top: 3rem;
}
.blog-body-entry p {
  margin-bottom: 2rem;
}
.blog-body-entry p + .wp-block-heading {
  margin-top: 3rem;
}
.blog-body-entry .wp-block-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 2rem;
}
.blog-body-entry h1.wp-block-heading {
  background-color: #004AAD;
  color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .blog-body-entry h1.wp-block-heading {
    border-radius: 0.7692307692vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-body-entry h1.wp-block-heading {
    border-radius: 2.6666666667vw;
  }
}
.blog-body-entry h1.wp-block-heading {
  font-size: 28px;
}
@media screen and (max-width: 1300px) {
  .blog-body-entry h1.wp-block-heading {
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-body-entry h1.wp-block-heading {
    font-size: 7.4666666667vw;
  }
}
.blog-body-entry h1.wp-block-heading {
  padding: 0.2em 0.8em;
}
@media screen and (max-width: 480px) {
  .blog-body-entry h1.wp-block-heading {
    font-size: 5.8666666667vw;
  }
}
.blog-body-entry h2.wp-block-heading {
  font-size: 28px;
}
@media screen and (max-width: 1300px) {
  .blog-body-entry h2.wp-block-heading {
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-body-entry h2.wp-block-heading {
    font-size: 7.4666666667vw;
  }
}
.blog-body-entry h2.wp-block-heading {
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #004AAD;
}
@media screen and (max-width: 480px) {
  .blog-body-entry h2.wp-block-heading {
    font-size: 5.8666666667vw;
  }
}
.blog-body-entry h2.wp-block-heading {
  font-size: 24px;
}
@media screen and (max-width: 1300px) {
  .blog-body-entry h2.wp-block-heading {
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-body-entry h2.wp-block-heading {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-body-entry h2.wp-block-heading {
    font-size: 5.3333333333vw;
  }
}
.blog-body-entry h2.wp-block-heading::before {
  content: "● ";
  color: #004AAD;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .blog-body-entry h2.wp-block-heading::before {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-body-entry h2.wp-block-heading::before {
    font-size: 4.2666666667vw;
  }
}
.blog-body-entry a {
  color: #004AAD;
  text-decoration: underline;
}

/* blog-pager
---------------------------------------------------------------------------*/
.blog-pager {
  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: 80px;
}
@media screen and (max-width: 1300px) {
  .blog-pager {
    margin-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pager {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pager {
    position: relative;
    padding-bottom: 26.6666666667vw;
  }
}
.blog-pager .prev, .blog-pager .next {
  width: 120px;
}
@media screen and (max-width: 1300px) {
  .blog-pager .prev, .blog-pager .next {
    width: 9.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pager .prev, .blog-pager .next {
    width: 32vw;
  }
}
.blog-pager .prev span, .blog-pager .next span {
  display: block;
  position: relative;
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .blog-pager .prev span, .blog-pager .next span {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pager .prev span, .blog-pager .next span {
    font-size: 4vw;
  }
}
.blog-pager .prev span, .blog-pager .next span {
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .blog-pager .prev span, .blog-pager .next span {
    width: 32vw;
  }
}
.blog-pager .prev span::before, .blog-pager .next span::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 24px;
  background-image: url(../img/blog/pager-arw.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .blog-pager .prev span::before, .blog-pager .next span::before {
    width: 0.9230769231vw;
    height: 1.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pager .prev span::before, .blog-pager .next span::before {
    width: 3.2vw;
    height: 6.4vw;
  }
}
.blog-pager .prev span {
  padding-left: 1.4rem;
}
.blog-pager .prev span::before {
  left: 0;
}
.blog-pager .next {
  text-align: right;
}
.blog-pager .next span {
  padding-right: 1.4rem;
}
.blog-pager .next span::before {
  right: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 480px) {
  .blog-pager .tolist {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blog-pager .tolist a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .blog-pager .tolist a {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pager .tolist a {
    font-size: 4.2666666667vw;
  }
}
.blog-pager .tolist a {
  padding: 0 2em;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .blog-pager .tolist a {
    width: 15.3846153846vw;
    height: 4.6153846154vw;
    line-height: 4.6153846154vw;
    border-radius: 2.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-pager .tolist a {
    width: 53.3333333333vw;
    font-size: 4vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8vw;
  }
}

/* blog-side
---------------------------------------------------------------------------*/
.blog-side {
  width: 250px;
}
@media screen and (max-width: 1300px) {
  .blog-side {
    width: 19.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-side {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

/* blog-category
---------------------------------------------------------------------------*/
.blog-category {
  margin-bottom: 70px;
}
@media screen and (max-width: 1300px) {
  .blog-category {
    margin-bottom: 5.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-category {
    margin-bottom: 18.6666666667vw;
  }
}
.blog-category ul li {
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .blog-category ul li {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-category ul li {
    font-size: 4vw;
  }
}
.blog-category ul li {
  font-weight: 700;
}
.blog-category ul li + li {
  margin-top: 1.8em;
}

/* blog-relation
---------------------------------------------------------------------------*/
.blog-relation ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  .blog-relation ul li + li {
    margin-top: 2.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-relation ul li + li {
    margin-top: 8vw;
  }
}
.blog-relation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-relation ul li a .thumb {
  width: 66px;
}
@media screen and (max-width: 1300px) {
  .blog-relation ul li a .thumb {
    width: 5.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-relation ul li a .thumb {
    width: 30%;
  }
}
.blog-relation ul li a .thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-relation ul li a .body {
  width: 168px;
}
@media screen and (max-width: 1300px) {
  .blog-relation ul li a .body {
    width: 12.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-relation ul li a .body {
    width: 64%;
  }
}
.blog-relation ul li a .body .blog-cat {
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  font-size: 11px;
}
@media screen and (max-width: 1300px) {
  .blog-relation ul li a .body .blog-cat {
    font-size: 0.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-relation ul li a .body .blog-cat {
    font-size: 2.9333333333vw;
  }
}
.blog-relation ul li a .body .blog-cat {
  padding: 0 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .blog-relation ul li a .body .blog-cat {
    margin-bottom: 0.7692307692vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-relation ul li a .body .blog-cat {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 1300px) {
  .blog-relation ul li a .body .blog-cat {
    height: 1.2307692308vw;
    line-height: 1.2307692308vw;
    border-radius: 0.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-relation ul li a .body .blog-cat {
    height: 4.2666666667vw;
    line-height: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.blog-relation ul li a .body .blog-ttl {
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
  .blog-relation ul li a .body .blog-ttl {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-relation ul li a .body .blog-ttl {
    font-size: 3.7333333333vw;
  }
}
.blog-relation ul li a .body .blog-ttl {
  margin-bottom: 0;
}

/* blog / parts
---------------------------------------------------------------------------*/
.blog-cat {
  display: inline-block;
  background-color: #38B6FF;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .blog-cat {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-cat {
    font-size: 4.2666666667vw;
  }
}
.blog-cat {
  padding: 0 1.5em;
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  .blog-cat {
    margin-bottom: 1.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-cat {
    margin-bottom: 6.6666666667vw;
  }
}
.blog-cat {
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .blog-cat {
    height: 3.0769230769vw;
    line-height: 3.0769230769vw;
    border-radius: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-cat {
    font-size: 4vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.blog-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .blog-ttl {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-ttl {
    font-size: 5.3333333333vw;
  }
}
.blog-ttl {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .blog-ttl {
    margin-bottom: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.blog-ttl {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .blog-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.blog-bd {
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .blog-bd {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-bd {
    font-size: 4vw;
  }
}
.blog-bd {
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .blog-bd {
    margin-bottom: 3.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-bd {
    margin-bottom: 10.6666666667vw;
  }
}
.blog-bd {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .blog-bd {
    margin-bottom: 2.6666666667vw;
  }
}
.blog-date {
  text-align: right;
  color: #A8A8A8;
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .blog-date {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-date {
    font-size: 4vw;
  }
}
.blog-hdl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
}
@media screen and (max-width: 1300px) {
  .blog-hdl {
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-hdl {
    font-size: 8.5333333333vw;
  }
}
.blog-hdl {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .blog-hdl {
    margin-bottom: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-hdl {
    margin-bottom: 5.3333333333vw;
  }
}
.blog-hdl {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .blog-hdl {
    font-size: 6.4vw;
  }
}
.blog-sidettl {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .blog-sidettl {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-sidettl {
    font-size: 5.3333333333vw;
  }
}
.blog-sidettl {
  line-height: 1.6;
  padding-bottom: 14px;
}
@media screen and (max-width: 1300px) {
  .blog-sidettl {
    padding-bottom: 1.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-sidettl {
    padding-bottom: 3.7333333333vw;
  }
}
.blog-sidettl {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .blog-sidettl {
    margin-bottom: 2.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .blog-sidettl {
    margin-bottom: 8vw;
  }
}
.blog-sidettl::after, .blog-sidettl::before {
  position: absolute;
  content: "";
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 1.5px;
}
.blog-sidettl::before {
  width: 100%;
  background-color: #E7E6E6;
}
.blog-sidettl::after {
  width: 46px;
  background-color: #004AAD;
}

/* editor-box
---------------------------------------------------------------------------*/
.editor-box {
  margin-top: 80px;
}
@media screen and (max-width: 1300px) {
  .editor-box {
    margin-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box {
    margin-top: 21.3333333333vw;
  }
}
.editor-box {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 1300px) {
  .editor-box {
    border-radius: 0.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box {
    border-radius: 1.3333333333vw;
  }
}
.editor-box-ttl {
  background-color: #004AAD;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .editor-box-ttl {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-ttl {
    font-size: 4.2666666667vw;
  }
}
.editor-box-ttl {
  font-weight: 700;
  padding: 1em;
}
.editor-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 25px;
}
@media screen and (max-width: 1300px) {
  .editor-box-wrap {
    padding: 2.1538461538vw 1.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8vw;
    gap: 8vw;
  }
}
.editor-box-img {
  width: 168px;
}
@media screen and (max-width: 1300px) {
  .editor-box-img {
    width: 12.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-img {
    width: 60%;
  }
}
.editor-box-tx {
  width: 430px;
}
@media screen and (max-width: 1300px) {
  .editor-box-tx {
    width: 33.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-tx {
    width: 100%;
  }
}
.editor-box-name {
  font-size: 24px;
}
@media screen and (max-width: 1300px) {
  .editor-box-name {
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-name {
    font-size: 6.4vw;
  }
}
.editor-box-name {
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}
.editor-box-profile {
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .editor-box-profile {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-profile {
    font-size: 4vw;
  }
}
.editor-box-profile {
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.editor-box-desc {
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
  .editor-box-desc {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-desc {
    font-size: 3.7333333333vw;
  }
}
.editor-box-desc {
  line-height: 1.4;
  margin-bottom: 1em;
}
.editor-box-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1300px) {
  .editor-box-sns {
    gap: 0.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-sns {
    gap: 5.3333333333vw;
  }
}
.editor-box-sns li {
  width: 22px;
}
@media screen and (max-width: 1300px) {
  .editor-box-sns li {
    width: 0.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .editor-box-sns li {
    width: 5.3333333333vw;
  }
}

/* cta-box
---------------------------------------------------------------------------*/
.cta-box {
  margin-top: 80px;
}
@media screen and (max-width: 1300px) {
  .cta-box {
    margin-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box {
    margin-top: 21.3333333333vw;
  }
}
.cta-box-ttl {
  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;
  margin-bottom: 14px;
}
@media screen and (max-width: 1300px) {
  .cta-box-ttl {
    margin-bottom: 1.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-ttl {
    margin-bottom: 3.7333333333vw;
  }
}
.cta-box-ttl span {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .cta-box-ttl span {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-ttl span {
    font-size: 5.3333333333vw;
  }
}
.cta-box-ttl span {
  font-weight: 700;
  padding: 0 67px;
  color: #004AAD;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .cta-box-ttl span {
    padding: 0 5.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-ttl span {
    padding: 0 13.3333333333vw;
  }
}
.cta-box-ttl span::before, .cta-box-ttl span::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 33px;
}
@media screen and (max-width: 1300px) {
  .cta-box-ttl span::before, .cta-box-ttl span::after {
    width: 2.6923076923vw;
    height: 2.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-ttl span::before, .cta-box-ttl span::after {
    width: 9.3333333333vw;
    height: 8.8vw;
  }
}
.cta-box-ttl span::before {
  left: 0;
  background-image: url(../img/blog/cta-line-before.png);
}
.cta-box-ttl span::after {
  right: 0;
  background-image: url(../img/blog/cta-line-after.png);
}
.cta-box-wrap {
  background: linear-gradient(238.33deg, rgba(190, 240, 255, 0.4) 12.56%, rgba(206, 225, 255, 0.4) 48.58%);
  border-radius: 5px;
  padding: 34px 40px;
}
@media screen and (max-width: 1300px) {
  .cta-box-wrap {
    border-radius: 0.3846153846vw;
    padding: 2.6153846154vw 3.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-wrap {
    border-radius: 1.3333333333vw;
    padding: 9.0666666667vw 5.3333333333vw;
  }
}
.cta-box-inner {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 35px;
}
@media screen and (max-width: 1300px) {
  .cta-box-inner {
    border-radius: 0.3846153846vw;
    padding: 2.6923076923vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-inner {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .cta-box-inner {
    padding: 9.3333333333vw 5.3333333333vw;
  }
}
.cta-box-desc {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .cta-box-desc {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-desc {
    font-size: 4vw;
  }
}
.cta-box-desc {
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .cta-box-desc {
    margin-bottom: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-desc {
    margin-bottom: 5.3333333333vw;
  }
}
.cta-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta-box-btn a {
  width: 252px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
}
@media screen and (max-width: 1300px) {
  .cta-box-btn a {
    width: 19.3846153846vw;
    height: 4.9230769231vw;
    line-height: 4.9230769231vw;
    border-radius: 2.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .cta-box-btn a {
    width: 100%;
    height: 17.0666666667vw;
    line-height: 17.0666666667vw;
    border-radius: 8.5333333333vw;
  }
}

/* ====================================================================== */
/* ====================================================================== */